Information about plays

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

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

{
    "id": 3581907,
    "uri": "https://api.kexp.org/v2/plays/3581907/?format=api",
    "airdate": "2025-11-23T12:11:33-08:00",
    "show": 65189,
    "show_uri": "https://api.kexp.org/v2/shows/65189/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-53e70778-6771-4674-8933-9438b4528dd8/mbid-53e70778-6771-4674-8933-9438b4528dd8-15934451483_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-53e70778-6771-4674-8933-9438b4528dd8/mbid-53e70778-6771-4674-8933-9438b4528dd8-15934451483_thumb250.jpg",
    "song": "Fell on Black Days",
    "track_id": "adf93a98-c91d-3d40-b6db-8339c42c1d05",
    "recording_id": "68e9c8da-df16-4d36-a296-fc6e9457dc1d",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Superunknown",
    "release_id": "53e70778-6771-4674-8933-9438b4528dd8",
    "release_group_id": "8300fe9c-0022-3c55-8a3e-8dc61f282e8c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Congrats to the members of Soundgarden on your induction into the Rock and Roll Hall of Fame. We love you so much!\n\nWatch Toni Cornell perform this song at the induction ceremony (with Nancy Wilson of Heart): https://www.youtube.com/watch?v=kAct82kcxyU\n\nhttps://rockhall.com/inductees/soundgarden/\nhttps://soundgardenworld.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}