Information about plays

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

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

{
    "id": 3605509,
    "uri": "https://api.kexp.org/v2/plays/3605509/?format=api",
    "airdate": "2026-01-17T12:48:55-08:00",
    "show": 65675,
    "show_uri": "https://api.kexp.org/v2/shows/65675/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Street Fighter Mas",
    "track_id": "e23911a1-fe93-4f33-a4af-9e6e9a63e154",
    "recording_id": "dd761f16-825a-4374-8048-3cbb10fce375",
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "Heaven and Earth",
    "release_id": "a468d428-1672-4c26-bf36-199793367f5e",
    "release_group_id": "88999726-f7aa-4024-adcb-429c057c5edd",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2018-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kamasi Washington is an American jazz saxophonist, and founding member of the jazz collective West Coast Get Down.\n\nhttps://www.kamasiwashington.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}