Information about plays

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

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

{
    "id": 3589291,
    "uri": "https://api.kexp.org/v2/plays/3589291/?format=api",
    "airdate": "2025-12-10T09:48:12-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Drown",
    "track_id": "86aa0817-fc9b-3b64-a919-86b1b2f88fad",
    "recording_id": "eacb808a-995f-4be4-8e21-7fc63ba446ea",
    "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": "The early 90s Seattle sound rabbit hole is deep. Where's my flannel?\n\nThis is \"just one of 15 tracks that made up the record that would change Soundgarden’s career and become one of the most revered rock albums of all time.\" Read this retrospective on Soundgarden's fourth studio album, “the work of a band whose creative powers were operating at their fullest”: https://tinyurl.com/mju6h9d7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}