Information about plays

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

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

{
    "id": 3637287,
    "uri": "https://api.kexp.org/v2/plays/3637287/?format=api",
    "airdate": "2026-04-03T13:42:04-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-347b332c-b256-3264-ab53-cf7d7be98273/mbid-347b332c-b256-3264-ab53-cf7d7be98273-33098283724_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-347b332c-b256-3264-ab53-cf7d7be98273/mbid-347b332c-b256-3264-ab53-cf7d7be98273-33098283724_thumb250.jpg",
    "song": "Can’t You Hear Me Knocking",
    "track_id": "8dcc95af-a574-4407-aa19-31f5978d917b",
    "recording_id": "d9594132-ed96-4412-a7a8-8093f06fa363",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Sticky Fingers",
    "release_id": "347b332c-b256-3264-ab53-cf7d7be98273",
    "release_group_id": "4a4213d0-f224-3d51-bcca-476f61162681",
    "labels": [
        "Virgin",
        "Rolling Stones Records"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "release_date": "1994-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“‘Can’t You Hear Me Knocking’ came out flying,” said Keith Richards. “I just found the tuning and the riff and started to swing it, and Charlie [Watts] picked up on it just like that, and we’re thinking, hey, this is some groove. So it was smiles all around.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}