Information about plays

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

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

{
    "id": 3601754,
    "uri": "https://api.kexp.org/v2/plays/3601754/?format=api",
    "airdate": "2026-01-08T08:12:38-08:00",
    "show": 65594,
    "show_uri": "https://api.kexp.org/v2/shows/65594/?format=api",
    "image_uri": "https://coverartarchive.org/release/24a355b3-940d-4428-b54d-d830fb5766f6/28467463870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24a355b3-940d-4428-b54d-d830fb5766f6/28467463870-250.jpg",
    "song": "Under Pressure (vocals only)",
    "track_id": null,
    "recording_id": null,
    "artist": "Queen & David Bowie",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3",
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hot Space",
    "release_id": null,
    "release_group_id": "3918b90b-340e-3779-9d7e-ba1593653498",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1982-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"David came in one night and we were playing other people’s songs for fun, just jamming,” says Queen drummer Roger Taylor in Mark Blake’s book Is This the Real Life?: The Untold Story of Freddie Mercury and Queen. “In the end, David said, ‘This is stupid, why don’t we just write one?’ ”\nhttps://bit.ly/4jGy29Z",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}