Information about plays

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

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

{
    "id": 3561404,
    "uri": "https://api.kexp.org/v2/plays/3561404/?format=api",
    "airdate": "2025-10-04T22:07:01-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfe6ac51-65a4-432d-be7e-9ba96fdb0514/41708820703-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dfe6ac51-65a4-432d-be7e-9ba96fdb0514/41708820703-250.jpg",
    "song": "New Gold Standard",
    "track_id": null,
    "recording_id": "dd8d9760-0fd1-4435-89c4-59f0f65b25d2",
    "artist": "The Arrivals",
    "artist_ids": [
        "365e1b41-7d7c-402b-8d46-857f4f95d90b"
    ],
    "album": "Volatile Molotov",
    "release_id": null,
    "release_group_id": "95109db5-843c-4068-adee-75f5b03ef222",
    "labels": [
        "Recess Records"
    ],
    "label_ids": [
        "3b128411-fd68-4ec7-871f-6f57e0225a36"
    ],
    "release_date": "2010-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Arrivals were a Chicago punk band from the 1990s, based in Blue Island, known for their raw, gritty sound and being a crowd favorite.\n\nhttps://recessrecords.bandcamp.com/album/volatile-molotov",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}