Information about plays

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

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

{
    "id": 3620839,
    "uri": "https://api.kexp.org/v2/plays/3620839/?format=api",
    "airdate": "2026-02-22T14:31:36-08:00",
    "show": 66002,
    "show_uri": "https://api.kexp.org/v2/shows/66002/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom Fighter",
    "track_id": "c6dd460b-b726-4fbf-85e0-7462c2a302fb",
    "recording_id": "d1dca173-9881-4bb2-b52a-213612f22201",
    "artist": "Chronixx",
    "artist_ids": [
        "0de2154a-6c01-4cd6-8795-78d21211d6e6"
    ],
    "album": "Freedom Fighter",
    "release_id": "45dae721-abce-41fb-9fd9-5e4ae8a626a2",
    "release_group_id": "a662ce28-fdd4-4968-b102-10373889aee8",
    "labels": [
        "Soul Circle Music"
    ],
    "label_ids": [
        "b41071a4-696f-41e9-b249-c972ea685011"
    ],
    "release_date": "2021-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chronixx's stage name makes reference to his father, the singer Chronicle.\n\n\"[Freedom Fighter] speaks directly to an artist like myself who has always opted to purpose my art and soul work towards the upliftment of African peoples and humanity in general [...] the first step is to emancipate yourself from mental slavery…since none but ourselves can free our minds.\"\n\nhttps://soundcloud.com/chronixxmusic/freedom-fighter\nhttps://chronixx.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}