Information about plays

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

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

{
    "id": 3413980,
    "uri": "https://api.kexp.org/v2/plays/3413980/?format=api",
    "airdate": "2024-10-17T18:03:07-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chewbacca",
    "track_id": "be5c9600-ee99-3ffd-8b0f-c04568285386",
    "recording_id": "2f86fba6-b850-4037-bf79-5010c5f6a667",
    "artist": "Supernova",
    "artist_ids": [
        "377c931a-f873-4473-973f-80e15d522e4a"
    ],
    "album": "Clerks: Music From the Motion Picture",
    "release_id": "02843709-ee6d-41da-8057-b48ad51d6422",
    "release_group_id": "fdbb9046-11e1-3fe6-9a9b-e0efb8fe8beb",
    "labels": [
        "Chaos Recordings"
    ],
    "label_ids": [
        "0f2fa8d9-8dc6-4d7e-89ba-8884c3afe178"
    ],
    "release_date": "1994-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Punk band from Costa Mesa, best known for this track from the soundtrack to the 1994 film \"Clerks\"\n---\nFun Fact! 'Supernova' by Chewbacca actually samples Star Wars, specifically Episode VI: Return of the Jedi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}