Information about plays

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

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

{
    "id": 3580998,
    "uri": "https://api.kexp.org/v2/plays/3580998/?format=api",
    "airdate": "2025-11-21T10:03:23-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia904508.us.archive.org/20/items/mbid-5494abde-9aae-472a-bce5-72931cbfbad2/mbid-5494abde-9aae-472a-bce5-72931cbfbad2-8314007591_thumb500.jpg",
    "thumbnail_uri": "https://ia804508.us.archive.org/20/items/mbid-5494abde-9aae-472a-bce5-72931cbfbad2/mbid-5494abde-9aae-472a-bce5-72931cbfbad2-8314007591_thumb250.jpg",
    "song": "Breaking Into Heaven",
    "track_id": "2fba9df1-9020-488a-b0d8-d16f855bf051",
    "recording_id": "4c1974d1-7ebf-4225-b40c-d3846b8f30f8",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "5494abde-9aae-472a-bce5-72931cbfbad2",
    "release_group_id": "22294667-d565-3828-98b8-8ccc240eeff9",
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "2002-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gary 'Mani' Mounfield, known as the bassist of the Stone Roses and Primal Scream has passed away at the age of 63. You can read more about his life and his music here: https://tinyurl.com/bdetsmea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}