Information about plays

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

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

{
    "id": 3632900,
    "uri": "https://api.kexp.org/v2/plays/3632900/?format=api",
    "airdate": "2026-03-23T23:07:46-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/d53bb652-f400-3d52-ac42-f3e7545e2e17/5695523802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d53bb652-f400-3d52-ac42-f3e7545e2e17/5695523802-250.jpg",
    "song": "One Wild Moment (Stereolab Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Pastels",
    "artist_ids": [
        "9d6108ad-dbc2-4bf1-a746-edc1044d2749"
    ],
    "album": "Illuminati",
    "release_id": null,
    "release_group_id": "67563c10-e08d-3099-9000-444c351e7f8b",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - Stereolab remixing the great Scottish indie pop group The Pastels (on a truly stacked and adventurous comp)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}