Information about plays

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

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

{
    "id": 3602871,
    "uri": "https://api.kexp.org/v2/plays/3602871/?format=api",
    "airdate": "2026-01-11T01:06:22-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "They Need a War",
    "track_id": null,
    "recording_id": "1c466349-56fe-4c8f-bb60-e4f0710880b3",
    "artist": "Darkness",
    "artist_ids": [
        "0ba1068e-23dd-4268-90c7-323e63a8bec3"
    ],
    "album": "Defenders of Justice",
    "release_id": null,
    "release_group_id": "9896d932-1ac4-4d6f-b3ff-93fbea8acfab",
    "labels": [
        "Tales of Thrash"
    ],
    "label_ids": [
        "50b8bb0a-0803-401f-89b3-bca52c57b0a6"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "German band formed in Essen in 1984.  Not to be confused with  other Darkness from Ludwigshafen.  \n\nhttps://www.facebook.com/darknessdeathsquad\nhttp://www.darkness-thrash.de/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}