Information about plays

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

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

{
    "id": 3561555,
    "uri": "https://api.kexp.org/v2/plays/3561555/?format=api",
    "airdate": "2025-10-05T07:19:41-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a9cc582-a1d5-32a2-9373-bdd0c7c8f3e3/7890738454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a9cc582-a1d5-32a2-9373-bdd0c7c8f3e3/7890738454-250.jpg",
    "song": "Kid for Today",
    "track_id": null,
    "recording_id": "dca57a0b-11dd-42db-b4a9-1e6aea7c5cbf",
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "In a Beautiful Place Out in the Country",
    "release_id": null,
    "release_group_id": "c73833e3-384c-36fd-97a2-762a858dbff4",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2000-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice-sounding countryside you got here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}