Information about plays

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

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

{
    "id": 3591981,
    "uri": "https://api.kexp.org/v2/plays/3591981/?format=api",
    "airdate": "2025-12-16T18:45:54-08:00",
    "show": 65396,
    "show_uri": "https://api.kexp.org/v2/shows/65396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hotline Bling",
    "track_id": "e0796598-52b6-4b0a-af6a-a5e90a8c6644",
    "recording_id": "d3cb1bcf-d3e2-4522-bff5-b341cbae4c77",
    "artist": "Bacao Rhythm & Steel Band",
    "artist_ids": [
        "7247ef92-6c65-484d-9cf1-a737382a4721"
    ],
    "album": "BRSB",
    "release_id": "3ba0ad1e-7143-426c-beb9-07282b2de55e",
    "release_group_id": "e916a359-411f-42de-afbc-2ff19ad0b688",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2024-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\nGerman ensemble Bacao Rhythm & Steel Band with an album of covers -ranging from Game & 50 Cent, Dr Dre and Snoop Sog, Tupac, and this cover of the Drake tune:\n\nhttps://bacaorhythmandsteelband.bandcamp.com/album/brsb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}