Information about plays

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

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

{
    "id": 3565862,
    "uri": "https://api.kexp.org/v2/plays/3565862/?format=api",
    "airdate": "2025-10-16T12:44:57-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "https://coverartarchive.org/release/afc47229-be68-49be-9306-6563a2acbad8/3180799317-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/afc47229-be68-49be-9306-6563a2acbad8/3180799317-250.jpg",
    "song": "Leader of the Pack",
    "track_id": null,
    "recording_id": "cf9487eb-7f44-4354-8f23-d755cc99adef",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Reign of Terror",
    "release_id": null,
    "release_group_id": "b8c24608-f36f-41cb-ba62-d2f3caf58a6b",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2012-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy noise-rockers Sleigh Bells performing Live on KEXP back in 2021: https://www.youtube.com/watch?v=fWFe51ARsWA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}