Information about plays

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

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

{
    "id": 3632464,
    "uri": "https://api.kexp.org/v2/plays/3632464/?format=api",
    "airdate": "2026-03-22T18:06:50-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?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": "Crosswind",
    "track_id": null,
    "recording_id": "e420194c-953a-4742-94e7-11a738af63ad",
    "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": "Six Degrees with Roy Ayers: Drummer Billy Cobham provided the driving fusion rhythms for Roy Ayers' \"Ubiquity\" group, blending jazz improvisation with funk.\nCrosswinds is the second album of fusion drummer Billy Cobham. The album was released in 1974 and it contains four songs in total, all composed by Cobham.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}