Information about plays

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

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

{
    "id": 3596011,
    "uri": "https://api.kexp.org/v2/plays/3596011/?format=api",
    "airdate": "2025-12-25T21:38:28-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "https://coverartarchive.org/release/5421da55-0cfc-4883-98ad-24485b6f7ce8/8854597182-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5421da55-0cfc-4883-98ad-24485b6f7ce8/8854597182-250.jpg",
    "song": "Candle Light",
    "track_id": null,
    "recording_id": "09d308b4-5e1e-4f39-9806-8e5aac2c5b51",
    "artist": "Benny Soebardja and Lizard",
    "artist_ids": [
        "8c10e596-6793-487f-a9c6-421efd7693b0"
    ],
    "album": "Those Shocking Shaking Days: Indonesian Hard, Psychedelic, Progressive Rock and Funk 1970-1978",
    "release_id": null,
    "release_group_id": "aa850362-08b5-4006-9ee4-47df840c48d1",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2011-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}