Information about plays

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

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

{
    "id": 3549778,
    "uri": "https://api.kexp.org/v2/plays/3549778/?format=api",
    "airdate": "2025-09-06T21:55:44-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfc23c44-ac5e-423a-a640-03b2648b9f35/3453951205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfc23c44-ac5e-423a-a640-03b2648b9f35/3453951205-250.jpg",
    "song": "Kill the Hostages",
    "track_id": null,
    "recording_id": "aebdcd31-0c57-4163-b63e-e6b215a79134",
    "artist": "Benedict Arnold & The Traitors",
    "artist_ids": [
        "d3837ae5-01ff-4693-a764-462f62859760"
    ],
    "album": "Kill the Hostages",
    "release_id": null,
    "release_group_id": "c4eaff6a-f11a-39e7-b41e-ea5426917529",
    "labels": [
        "Putrid Records"
    ],
    "label_ids": [
        "edd496a4-5eda-46d7-9973-a9f78a2edbfe"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Later renamed themselves Antinomians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}