Information about plays

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

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

{
    "id": 3557621,
    "uri": "https://api.kexp.org/v2/plays/3557621/?format=api",
    "airdate": "2025-09-25T15:56:10-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://coverartarchive.org/release/09f7c798-fa3c-4e34-b1c7-2b975477decc/30835384127-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09f7c798-fa3c-4e34-b1c7-2b975477decc/30835384127-250.jpg",
    "song": "Heather",
    "track_id": null,
    "recording_id": "2dc2d83d-2823-45ee-8434-fe7fed977707",
    "artist": "Billy Cobham",
    "artist_ids": [
        "255497f8-26fb-4044-b97e-d4787d5974f6"
    ],
    "album": "Crosswinds",
    "release_id": null,
    "release_group_id": "f31b5edf-535b-3122-814e-f95fc15d06f4",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1974-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this biography from the Percussive Arts Society of renowned drummer Billy Cobham: https://www.pas.org/about/hall-of-fame/billy-cobham",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}