Information about plays

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

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

{
    "id": 3637075,
    "uri": "https://api.kexp.org/v2/plays/3637075/?format=api",
    "airdate": "2026-04-03T00:53:22-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/db74bc1c-add5-46dc-9251-0fcd3c4d8dbc/4250744326-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db74bc1c-add5-46dc-9251-0fcd3c4d8dbc/4250744326-250.jpg",
    "song": "Life Can Be So Nice",
    "track_id": null,
    "recording_id": "769bb56f-4d32-4e26-aa39-f5764a58821b",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "Parade",
    "release_id": null,
    "release_group_id": "8c20e5ba-1418-393e-a946-b6525fa3a94a",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1986-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}