Information about plays

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

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

{
    "id": 3632540,
    "uri": "https://api.kexp.org/v2/plays/3632540/?format=api",
    "airdate": "2026-03-22T23:41:22-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/6118df30-9766-46fe-b8aa-0e53449ef4ec/39801745020-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6118df30-9766-46fe-b8aa-0e53449ef4ec/39801745020-250.jpg",
    "song": "Receiver",
    "track_id": null,
    "recording_id": "7a097ab1-dbe8-4791-a8d8-d96aecc5426a",
    "artist": "Wagon Christ",
    "artist_ids": [
        "991b8af4-328a-4441-8dc5-f7af0c89af08"
    ],
    "album": "Musipal",
    "release_id": null,
    "release_group_id": "b09836ff-168a-31a2-8414-fdfc3ca8d0bb",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2001-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was produced by Luke Vibert and came out on Ninja Tune!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}