Information about plays

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

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

{
    "id": 3632953,
    "uri": "https://api.kexp.org/v2/plays/3632953/?format=api",
    "airdate": "2026-03-24T02:43:47-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/059c548c-c913-4614-a4a6-899c5788c835/32923285009-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/059c548c-c913-4614-a4a6-899c5788c835/32923285009-250.jpg",
    "song": "SOLDIERS",
    "track_id": null,
    "recording_id": "034ae660-0877-453b-aaa2-31fe089bee01",
    "artist": "Headie One × Fred again.. feat. Sampha",
    "artist_ids": [
        "2e2c71a6-1ac8-4442-ba00-c4dea71abd64",
        "bca46a0c-25c9-42ca-98c2-e64c8a5e337e",
        "130c2184-14f2-4180-a216-04b5a333be57"
    ],
    "album": "GANG",
    "release_id": null,
    "release_group_id": "bd0d82bb-1c16-45ac-beef-35a75c6e56e7",
    "labels": [
        "Relentless Records"
    ],
    "label_ids": [
        "5165784c-895d-4b42-899c-11a18dcc9d2b"
    ],
    "release_date": "2020-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}