Information about plays

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

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

{
    "id": 3597640,
    "uri": "https://api.kexp.org/v2/plays/3597640/?format=api",
    "airdate": "2025-12-29T14:45:31-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wind Parade",
    "track_id": "bddea904-bec1-3d4a-80db-a607d6b4e116",
    "recording_id": "270ca1e0-a8b2-47a6-8239-7eaeb2fa6dda",
    "artist": "Donald Byrd",
    "artist_ids": [
        "69f95e5c-4b34-4c8b-b8fe-c59f9296195a"
    ],
    "album": "The Mizell Brothers at Blue Note",
    "release_id": "376b4905-f0c2-475c-8bf4-d1fc1146da4f",
    "release_group_id": "02bcea37-c956-31bb-b8b8-c74992f939ff",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken from 1975's 'Places and Spaces' this song by Donald Byrd was written by Larry Mizell (Sr.) and produced by the Mizell Brothers.\n\nThe classic track has been sampled by Black Moon on \"Buck Em Down\" and 2Pac on \"Definition of a Thug Nigga\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}