Information about plays

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

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

{
    "id": 3573486,
    "uri": "https://api.kexp.org/v2/plays/3573486/?format=api",
    "airdate": "2025-11-03T12:18:01-08:00",
    "show": 65013,
    "show_uri": "https://api.kexp.org/v2/shows/65013/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frogs",
    "track_id": "66decc18-477d-4e55-8f08-cd2596604aca",
    "recording_id": "db01a3e9-9a42-4cc2-8840-f603f70db932",
    "artist": "Nick Cave & the Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Wild God",
    "release_id": "e60b7c5c-1d25-48f9-8953-4e8eeea590bb",
    "release_group_id": "cbe390d1-88b3-4ff2-8f53-b3b9d8a0e25c",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's Music Director, Chris Sanley, writes of this new album: \"The aptly titled ‘Wild God’ finds Nick Cave & The Bad Seeds soaring through cinematic, orchestral rock masterpieces. These lush arrangements ebb and flow from grand and bombastic to deeply intimate, while Cave’s distinctive storytelling cuts straight to the heart, leaving listeners hanging on every word. What a triumph.\"\n\nhttps://www.nickcave.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}