Information about plays

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

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

{
    "id": 3542142,
    "uri": "https://api.kexp.org/v2/plays/3542142/?format=api",
    "airdate": "2025-08-19T17:17:08-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia601405.us.archive.org/24/items/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d-25714050810_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/24/items/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d-25714050810_thumb250.jpg",
    "song": "What New York Used to Be",
    "track_id": "0f41dd0b-fed0-35ba-898b-cf292c30efb5",
    "recording_id": "47c2c9a0-dacb-4ad6-8551-b76e0d8b0f42",
    "artist": "The Kills",
    "artist_ids": [
        "2c629b8c-d751-4131-b785-5690bb5e0fd7"
    ],
    "album": "Midnight Boom",
    "release_id": "f455ce9d-3e8c-3455-96ea-dfa55106617d",
    "release_group_id": "c7c6de58-87ce-3e86-9e29-bfdae583e738",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midnight Boom is the third album by The Kills - https://www.thekills.tv/\n- https://thekills.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}