Information about plays

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

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

{
    "id": 3597563,
    "uri": "https://api.kexp.org/v2/plays/3597563/?format=api",
    "airdate": "2025-12-29T09:46:22-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Radio Clash",
    "track_id": "db951cf4-2a80-3172-9fce-4ddcd114709e",
    "recording_id": "bbf0b8c7-60f4-47d6-8959-888b50500ed7",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "This Is Radio Clash",
    "release_id": "28f341ca-fbac-4c09-84c2-f815db10b3c2",
    "release_group_id": "a6d65d46-f891-30c1-b1fe-af725e433b0f",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1981-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based on the idea of The Clash transmitting from their own pirate radio station, this track is considered by the American music critic Eric Schafer to be the first British hip-hop record. \n--\nSee the official video here: https://www.youtube.com/watch?v=krl-2hgFrJU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}