Information about plays

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

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

{
    "id": 3565848,
    "uri": "https://api.kexp.org/v2/plays/3565848/?format=api",
    "airdate": "2025-10-16T12:24:00-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "https://coverartarchive.org/release/f86081b0-a7bb-4b9d-b68a-5aad0478e968/6373370107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f86081b0-a7bb-4b9d-b68a-5aad0478e968/6373370107-250.jpg",
    "song": "After the Disco",
    "track_id": null,
    "recording_id": "c4f029ae-1b25-4973-87d7-0f33ff297fa5",
    "artist": "Broken Bells",
    "artist_ids": [
        "62d364d2-550b-420e-b918-b3bd1e4a2efc"
    ],
    "album": "After the Disco",
    "release_id": null,
    "release_group_id": "0267ecaf-1fbc-4e0e-bc07-86520172b269",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broken Bells is the collaboration of Brian Burton (aka Danger Mouse) and James Mercer. \"After the Disco\" is the title track from their 2014 sophomore album. In 2022, they finally released their third LP, 'Into the Blue'. \n\nhttps://www.brokenbells.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}