Information about plays

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

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

{
    "id": 3549521,
    "uri": "https://api.kexp.org/v2/plays/3549521/?format=api",
    "airdate": "2025-09-06T05:43:36-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7292aed-03ed-4ea9-92ea-96d78290f42e/17960347536-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7292aed-03ed-4ea9-92ea-96d78290f42e/17960347536-250.jpg",
    "song": "Shotgun Therapy",
    "track_id": null,
    "recording_id": "4bf904b2-4cc6-40f8-ada1-ae68637887bb",
    "artist": "The Voodoo Organist",
    "artist_ids": [
        "2e9e313f-d6e8-42b6-a6c3-904eaf7e86a5"
    ],
    "album": "The Serpent Dance",
    "release_id": null,
    "release_group_id": "ee62388f-bef5-4c37-8fec-c69d881a4123",
    "labels": [
        "Voodoo Man Music"
    ],
    "label_ids": [
        "93df84c1-f47d-4b90-a937-f77477e63dc7"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}