Information about plays

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

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

{
    "id": 3561419,
    "uri": "https://api.kexp.org/v2/plays/3561419/?format=api",
    "airdate": "2025-10-04T22:54:35-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-2fa16078-b5d0-4c88-91b4-8246d0d99e48/mbid-2fa16078-b5d0-4c88-91b4-8246d0d99e48-42628199863_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-2fa16078-b5d0-4c88-91b4-8246d0d99e48/mbid-2fa16078-b5d0-4c88-91b4-8246d0d99e48-42628199863_thumb250.jpg",
    "song": "Guard Dog",
    "track_id": "5d92bf76-e40a-470c-990e-67c40ac948c9",
    "recording_id": "573578e7-4d10-41f2-8418-7a09431f67f4",
    "artist": "Snooper",
    "artist_ids": [
        "f2bc8767-3737-482c-a22f-8b11ce2b74b8"
    ],
    "album": "Worldwide",
    "release_id": "2fa16078-b5d0-4c88-91b4-8246d0d99e48",
    "release_group_id": "067f1e58-0813-4e11-9d84-6c37d180e4ca",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snooper came through the west coast last month on their tour with The Hives to support this brand new album.\n\nhttps://www.snooperonline.com/\nhttps://snooper7.bandcamp.com/album/sn-per",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}