Information about plays

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

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

{
    "id": 3672732,
    "uri": "https://api.kexp.org/v2/plays/3672732/?format=api",
    "airdate": "2026-06-26T08:15:14-07:00",
    "show": 67090,
    "show_uri": "https://api.kexp.org/v2/shows/67090/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-b3ef5857-6501-4f45-be08-632967ccd479/mbid-b3ef5857-6501-4f45-be08-632967ccd479-36625385914_thumb500.jpg",
    "thumbnail_uri": "https://dn710906.ca.archive.org/0/items/mbid-b3ef5857-6501-4f45-be08-632967ccd479/mbid-b3ef5857-6501-4f45-be08-632967ccd479-36625385914_thumb250.jpg",
    "song": "Been Caught Stealing",
    "track_id": "519b4b0b-2bee-4d78-a383-b3a367617774",
    "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": "b3ef5857-6501-4f45-be08-632967ccd479",
    "release_group_id": "baeba3f5-a5aa-3e6e-944f-cca5374192e4",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jason",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}