Information about plays

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

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

{
    "id": 3635651,
    "uri": "https://api.kexp.org/v2/plays/3635651/?format=api",
    "airdate": "2026-03-30T16:37:30-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c4a6a64-f000-46c0-89db-d241fcdcc34e/8277383780-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c4a6a64-f000-46c0-89db-d241fcdcc34e/8277383780-250.jpg",
    "song": "New Toy",
    "track_id": null,
    "recording_id": "64be6da3-9088-4862-ac7e-b49ca536fcb1",
    "artist": "Lene Lovich",
    "artist_ids": [
        "4eaceceb-cb2a-43ba-bee6-2fd7fe9aaaba"
    ],
    "album": "No Man’s Land",
    "release_id": null,
    "release_group_id": "ef4cc147-dc0c-4dcf-90f9-3f4539bd0e9e",
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "77 today! Happy Birthday!\n\nA commentary on consumer society by Lene Lovich, written by Thomas Dolby.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}