Information about plays

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

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

{
    "id": 3631490,
    "uri": "https://api.kexp.org/v2/plays/3631490/?format=api",
    "airdate": "2026-03-20T13:54:55-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf-30305762301_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf/mbid-c12262e2-7185-4942-87ee-da27ddd45ddf-30305762301_thumb250.jpg",
    "song": "In Bloom",
    "track_id": "c5300dcd-3a94-3d71-b1cc-620ca7cca3c2",
    "recording_id": "2042ce91-f5fe-4fce-b451-b3354843b193",
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": "c12262e2-7185-4942-87ee-da27ddd45ddf",
    "release_group_id": "1b022e01-4da6-387b-8658-8678046e4cef",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1991-09-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Matt in San Diego! Spring is here again!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}