Information about plays

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

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

{
    "id": 3561426,
    "uri": "https://api.kexp.org/v2/plays/3561426/?format=api",
    "airdate": "2025-10-04T23:14:55-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5841438-3108-4c8c-9826-0310517359aa/27153650497-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e5841438-3108-4c8c-9826-0310517359aa/27153650497-250.jpg",
    "song": "Join the Rejects",
    "track_id": null,
    "recording_id": "790f84d5-c3da-4900-b62f-a5cbd86110bb",
    "artist": "Cockney Rejects",
    "artist_ids": [
        "9a4c746f-8ae7-47a1-8292-937ec6792e7a"
    ],
    "album": "Join the Rejects: The Zonophone Years '79 - '81",
    "release_id": null,
    "release_group_id": "25f6efc5-a863-490a-87ef-966095100b99",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2011-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Trevor\n\nIf you donate at the $10/mo or $120 level, you can choose your thank you gift AND get an additional KEXP Big, Beautiful Bag!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}