Information about plays

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

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

{
    "id": 3569892,
    "uri": "https://api.kexp.org/v2/plays/3569892/?format=api",
    "airdate": "2025-10-25T19:16:00-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://coverartarchive.org/release/56a4cfb8-a7ca-48bc-8606-0c9537e8e786/19681132738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/56a4cfb8-a7ca-48bc-8606-0c9537e8e786/19681132738-250.jpg",
    "song": "I Want to Hold Your Hand",
    "track_id": null,
    "recording_id": "2145603f-b9f5-47f2-9998-7545bf98c751",
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Pinkus Abortion Technician",
    "release_id": null,
    "release_group_id": "c526ba00-fcbd-4b3a-9312-2dd3b8cd32b6",
    "labels": [
        "Ipecac Recordings"
    ],
    "label_ids": [
        "1ead555f-78d5-4d8a-aab5-d69f4013a0ac"
    ],
    "release_date": "2018-04-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Proto-grunge band Melvins covering The Beatles' \"I Want to Hold Your Hand\"!\n\nWatch the iconic group perform the song live in February 2020:\n\nhttps://www.youtube.com/watch?v=2tLFv5Yfios",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}