Information about plays

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

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

{
    "id": 3608012,
    "uri": "https://api.kexp.org/v2/plays/3608012/?format=api",
    "airdate": "2026-01-23T10:06:12-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Been Caught Stealing",
    "track_id": "122e589e-392e-3def-b564-b072fbc82f49",
    "recording_id": "a5e8ee8c-236c-4d0e-b883-6f9e7fef471e",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Ritual de lo habitual",
    "release_id": "0239d797-11ca-3d4d-b838-8a70a984f632",
    "release_group_id": "baeba3f5-a5aa-3e6e-944f-cca5374192e4",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jane's Addiction released Ritual de lo habitual in 1990. It had a \"messy, chaotic\" creation story and proved to be the band's final album. \n\nhttps://tinyurl.com/3cpy6k6c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}