Information about plays

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

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

{
    "id": 3557669,
    "uri": "https://api.kexp.org/v2/plays/3557669/?format=api",
    "airdate": "2025-09-25T18:46:46-07:00",
    "show": 64659,
    "show_uri": "https://api.kexp.org/v2/shows/64659/?format=api",
    "image_uri": "https://ia601600.us.archive.org/3/items/mbid-1ab523ea-8fa7-4f75-b8c3-17f0c77cccae/mbid-1ab523ea-8fa7-4f75-b8c3-17f0c77cccae-22565291561_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/3/items/mbid-1ab523ea-8fa7-4f75-b8c3-17f0c77cccae/mbid-1ab523ea-8fa7-4f75-b8c3-17f0c77cccae-22565291561_thumb250.jpg",
    "song": "Rainbow Shiner",
    "track_id": "469430ec-b7e4-4780-b3aa-16ae0b5bbcf7",
    "recording_id": "651a85ee-e78a-48bc-90db-d55693c340a0",
    "artist": "Ex Hex",
    "artist_ids": [
        "2f64e1fd-44b3-44f1-a586-b9916966b39f"
    ],
    "album": "It's Real",
    "release_id": "1ab523ea-8fa7-4f75-b8c3-17f0c77cccae",
    "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": "Library",
    "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"
}