Information about plays

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

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

{
    "id": 3564449,
    "uri": "https://api.kexp.org/v2/plays/3564449/?format=api",
    "airdate": "2025-10-13T05:20:19-07:00",
    "show": 64823,
    "show_uri": "https://api.kexp.org/v2/shows/64823/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c7c8b45-e805-4d20-9551-4f9c1b69d9bc/20544327205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c7c8b45-e805-4d20-9551-4f9c1b69d9bc/20544327205-250.jpg",
    "song": "Degi-Degi",
    "track_id": null,
    "recording_id": "5b1ac3a8-50a3-4b82-b8a7-21fa25f3df85",
    "artist": "Don Cherry",
    "artist_ids": [
        "adf3879a-e091-4f73-8792-861a7a3e3abe"
    ],
    "album": "Brown Rice",
    "release_id": null,
    "release_group_id": "ba63e4a1-c4f9-308c-9c10-30acfed68bc0",
    "labels": [
        "Horizon"
    ],
    "label_ids": [
        "14f986ff-625f-4f9f-8f68-cccc5b249953"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don Cherry was a legendary trumpet player, who alongside Ornette Coleman, pioneered Free Jazz. He was the son of a Choctaw mother and African American father.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}