Information about plays

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

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

{
    "id": 3413712,
    "uri": "https://api.kexp.org/v2/plays/3413712/?format=api",
    "airdate": "2024-10-17T03:27:08-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Negative Creep",
    "track_id": null,
    "recording_id": "06745db3-a2bc-4131-8a9d-0cbdc25b494a",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": null,
    "release_group_id": "f1afec0b-26dd-3db5-9aa1-c91229a74a24",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1989-06-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This song debuted at the Husky Union Building on the UW campus in Seattle -- 'Crippling self-hate has never sounded so goddamn energetic: “I’m a negative creep, a negative creep, a negative creep… and I’m stoooooned!!!!!” There’s possibly a Mudhoney (who Kurt loved) reference here, as the line “daddy’s little girl ain’t a girl no more” bears similarity to “sweet young thing ain’t sweet no more” (from the track ‘Sweet Young Thing’). '  Read more from NME's ranked review of every Nirvana song: https://tinyurl.com/5tczvm5f",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}