Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3566628/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3566628,
    "uri": "https://api.kexp.org/v2/plays/3566628/?format=api",
    "airdate": "2025-10-18T04:51:36-07:00",
    "show": 64863,
    "show_uri": "https://api.kexp.org/v2/shows/64863/?format=api",
    "image_uri": "https://ia801407.us.archive.org/3/items/mbid-afa3ff7d-6288-4ec5-bd41-cac26b308128/mbid-afa3ff7d-6288-4ec5-bd41-cac26b308128-21952272206_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/3/items/mbid-afa3ff7d-6288-4ec5-bd41-cac26b308128/mbid-afa3ff7d-6288-4ec5-bd41-cac26b308128-21952272206_thumb250.jpg",
    "song": "Rainbow Shiner",
    "track_id": "6e44600d-fa7a-4746-82d3-1c82f91a2262",
    "recording_id": "651a85ee-e78a-48bc-90db-d55693c340a0",
    "artist": "Ex Hex",
    "artist_ids": [
        "2f64e1fd-44b3-44f1-a586-b9916966b39f"
    ],
    "album": "It's Real",
    "release_id": "afa3ff7d-6288-4ec5-bd41-cac26b308128",
    "release_group_id": "a293baca-d663-4b78-9675-5b0865a20b7f",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ex Hex performed \"Rainbow Shiner\" during this live performance in the KEXP studio in 2019: https://www.youtube.com/watch?v=iPHOCKnRsRw&t=37s\n\nEx Hex is the project of former Helium frontwoman & Wild Flag vocalist/guitarist Mary Timony with drummer Laura Harris and bassist Betsy Wright. https://exhexband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}