Information about plays

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

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

{
    "id": 3601354,
    "uri": "https://api.kexp.org/v2/plays/3601354/?format=api",
    "airdate": "2026-01-07T09:20:06-08:00",
    "show": 65586,
    "show_uri": "https://api.kexp.org/v2/shows/65586/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sympathy",
    "track_id": "8aa1f972-4937-3bac-b9ce-2a925a167eab",
    "recording_id": "d219584b-cc69-464d-8a48-4d06631400a7",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Jane's Addiction",
    "release_id": "3e2010e2-0f84-4028-a215-18c93e2c9de8",
    "release_group_id": "01e26d01-dff7-371b-95db-bd198722de87",
    "labels": [
        "Triple X Records"
    ],
    "label_ids": [
        "4e33b5f0-f45f-4b24-9f20-fc75b6b7b07b"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sympathy is Jane’s Addiction’s cover of The Rolling Stones song Sympathy for the Devil.\n\n“I’ve always hated the Rolling Stones,” said Dave Navarro. \"We ended up singing “Sympathy For The Devil” as a joke, and we played it live and it ended up on the record. I can’t believe that one of my least favorite bands is on my first record.\" - https://janesaddiction.org/songs/janes-addiction/covers/sympathy/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}