Information about plays

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

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

{
    "id": 3524903,
    "uri": "https://api.kexp.org/v2/plays/3524903/?format=api",
    "airdate": "2025-07-09T22:06:18-07:00",
    "show": 63969,
    "show_uri": "https://api.kexp.org/v2/shows/63969/?format=api",
    "image_uri": "https://ia801208.us.archive.org/3/items/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34-1174161171_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/3/items/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/mbid-f1ddef9e-218f-4ce8-abdb-fc5450bd2a34-1174161171_thumb250.jpg",
    "song": "Bitter Sweet Symphony",
    "track_id": "823c980a-9d95-3c9c-aeb3-b20f81dd8515",
    "recording_id": "8b6d9029-1990-4660-bd57-24b5bc0fb626",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": "3dd0c8e4-af53-3605-9c20-f27c7635fb60",
    "labels": [
        "Virgin",
        "Hut Recordings"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}