Information about plays

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

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

{
    "id": 3606111,
    "uri": "https://api.kexp.org/v2/plays/3606111/?format=api",
    "airdate": "2026-01-18T19:23:27-08:00",
    "show": 65687,
    "show_uri": "https://api.kexp.org/v2/shows/65687/?format=api",
    "image_uri": "https://coverartarchive.org/release/eb205c08-d539-408a-a9aa-b723c60299b4/22451170676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eb205c08-d539-408a-a9aa-b723c60299b4/22451170676-250.jpg",
    "song": "Confrontation",
    "track_id": null,
    "recording_id": "9d8e9304-7620-4328-afc9-b03f8c786ee3",
    "artist": "Homegrown Syndrome",
    "artist_ids": [
        "f7258b15-2f19-4df2-8fd9-3c1d7af685bf"
    ],
    "album": "Confrontation",
    "release_id": null,
    "release_group_id": "ff6d7c36-0fbb-4924-aa90-3df9f0e52cae",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1981-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Homegrown Syndrome released \"Confrontation\" in 1981.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}