Information about plays

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

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

{
    "id": 3622004,
    "uri": "https://api.kexp.org/v2/plays/3622004/?format=api",
    "airdate": "2026-02-25T06:39:35-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zannik",
    "track_id": "ce5f9b11-4964-4e4d-aaf3-54332b0885c2",
    "recording_id": "25103955-c75a-4624-bcd8-89472419e823",
    "artist": "Khaled Al Reigh",
    "artist_ids": [
        "d7e74d6e-7731-4958-8282-898cccdc438f"
    ],
    "album": "A Selection of Music from Libyan Tapes (Habibi Funk 031)",
    "release_id": "30883ca4-da01-4a9f-9488-93d9eae864c2",
    "release_group_id": "3d3915d9-f729-4644-8a27-511224df606d",
    "labels": [
        "Habibi Funk"
    ],
    "label_ids": [
        "cdecb6d1-ba2d-452d-94f7-b80bf777359e"
    ],
    "release_date": "2025-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There’s no official source stating that “Zannik” by Khaled Al Reigh is a cover; it’s generally credited to him as the songwriter and composer. While some online speculation suggests a loose influence from Pink Floyd’s “Another Brick in the Wall (Part 2),” this isn’t supported by official release information and remains unconfirmed fan opinion. \nhttps://habibifunkrecords.bandcamp.com/track/zannik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}