Information about plays

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

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

{
    "id": 3636242,
    "uri": "https://api.kexp.org/v2/plays/3636242/?format=api",
    "airdate": "2026-04-01T01:49:29-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn711109.ca.archive.org/0/items/mbid-11c4a339-a056-4628-8862-0e68a7119ee3/mbid-11c4a339-a056-4628-8862-0e68a7119ee3-3298215345_thumb500.jpg",
    "thumbnail_uri": "https://dn711109.ca.archive.org/0/items/mbid-11c4a339-a056-4628-8862-0e68a7119ee3/mbid-11c4a339-a056-4628-8862-0e68a7119ee3-3298215345_thumb250.jpg",
    "song": "Bathroom Laughter",
    "track_id": "e65ca5cb-de63-3953-932c-36fea7aa5fe7",
    "recording_id": "14e521b8-08c9-4405-ad0a-495282b6cf76",
    "artist": "Pissed Jeans",
    "artist_ids": [
        "21762977-5d60-4fdb-a197-9347df3e6b17"
    ],
    "album": "Honeys",
    "release_id": "11c4a339-a056-4628-8862-0e68a7119ee3",
    "release_group_id": "a76a7f0a-49dd-4046-9211-6abcb790ee69",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}