Information about plays

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

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

{
    "id": 3636151,
    "uri": "https://api.kexp.org/v2/plays/3636151/?format=api",
    "airdate": "2026-03-31T21:03:08-07:00",
    "show": 66332,
    "show_uri": "https://api.kexp.org/v2/shows/66332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cars",
    "track_id": null,
    "recording_id": "273b85f4-7b88-4ca2-80e2-67c25315ab4d",
    "artist": "The Katzenjammers",
    "artist_ids": [
        "a2f0ed2f-6514-4bab-aed4-e1fb450eafa2"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Katzenjammers is a renowned steel orchestra based in Black Rock, Tobago, and is considered one of the leading steel orchestras in the region. Covering \"Cars\", the 1979 debut single by English musician Gary Numan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}