Information about plays

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

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

{
    "id": 3640615,
    "uri": "https://api.kexp.org/v2/plays/3640615/?format=api",
    "airdate": "2026-04-11T06:09:15-07:00",
    "show": 66422,
    "show_uri": "https://api.kexp.org/v2/shows/66422/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-19d84398-8ae0-4c91-bfaf-367dc6855e51/mbid-19d84398-8ae0-4c91-bfaf-367dc6855e51-10243073371_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-19d84398-8ae0-4c91-bfaf-367dc6855e51/mbid-19d84398-8ae0-4c91-bfaf-367dc6855e51-10243073371_thumb250.jpg",
    "song": "In Now and Then",
    "track_id": "34c0728b-7d7a-4ba9-a068-63c6df4e5aa4",
    "recording_id": "fb844180-cd3f-451e-b7c5-1f17c80de5fb",
    "artist": "Cataldo",
    "artist_ids": [
        "009b187f-4be9-43f9-aff4-3c1aa02cf039"
    ],
    "album": "Gilded Oldies",
    "release_id": "19d84398-8ae0-4c91-bfaf-367dc6855e51",
    "release_group_id": "98052a40-6864-4fdd-bb20-66cc6c9dcd54",
    "labels": [
        "Red Pepper Records"
    ],
    "label_ids": [
        "e669eb71-1c14-4bd6-84e8-bed2a2baf4ed"
    ],
    "release_date": "2014-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}