Information about plays

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

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

{
    "id": 3428649,
    "uri": "https://api.kexp.org/v2/plays/3428649/?format=api",
    "airdate": "2024-11-22T12:29:38-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia801501.us.archive.org/13/items/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc-16443086809_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/13/items/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc/mbid-ca69bae7-9191-3bca-ba91-c65bd968b4fc-16443086809_thumb250.jpg",
    "song": "Paper Cuts",
    "track_id": "bee0c460-a957-3e89-b853-8eec77375114",
    "recording_id": "67930d52-5e75-4c00-b36f-ee3c43bed160",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": "ca69bae7-9191-3bca-ba91-c65bd968b4fc",
    "release_group_id": "f1afec0b-26dd-3db5-9aa1-c91229a74a24",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-11-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"[Nirvana's] debut album Bleach resulted from many things, foremost record label Sub Pop’s pressure for them to conform to the burgeoning grunge genre and for Cobain to build his own fanbase. As a result, they ended up recording heavy rock songs to appeal to audience interests at the time. As Cobain noted: 'There was this pressure from Sub Pop and the grunge scene to play ‘rock music’,' adding that he '[stripped] it down and [made] it sound like Aerosmith,' per Michael Azzerad’s Come As You Are: The Story Of Nirvana.\" Read more about Bleach and \"Paper Cuts\" here: https://tinyurl.com/ywabrn5b",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}