Information about plays

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

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

{
    "id": 3612667,
    "uri": "https://api.kexp.org/v2/plays/3612667/?format=api",
    "airdate": "2026-02-03T10:54:52-08:00",
    "show": 65830,
    "show_uri": "https://api.kexp.org/v2/shows/65830/?format=api",
    "image_uri": "https://ia601601.us.archive.org/32/items/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce-17613347983_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/32/items/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce/mbid-5b54c0bf-ad51-4a9b-afcf-2beff375f1ce-17613347983_thumb250.jpg",
    "song": "Holding On",
    "track_id": "cccecf2b-b031-435c-8658-ca77b115c002",
    "recording_id": "c236b3db-9233-4246-af8e-4a8357f0a313",
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "A Deeper Understanding",
    "release_id": "5b54c0bf-ad51-4a9b-afcf-2beff375f1ce",
    "release_group_id": "a08e02b3-f076-42c2-9a6a-374e15eda4fe",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The War On Drugs performed \"Holding On\" Live on KEXP in 2017: https://www.youtube.com/watch?v=AcQEbV9b3m8 \n---\nThis was the first War On Drugs track to crack the top five of Billboard's Adult Alternative Songs chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}