Information about plays

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

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

{
    "id": 3544830,
    "uri": "https://api.kexp.org/v2/plays/3544830/?format=api",
    "airdate": "2025-08-25T23:52:03-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/3248af25-96a4-4296-912a-7569c1921358/38021937566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3248af25-96a4-4296-912a-7569c1921358/38021937566-250.jpg",
    "song": "Seeya Later",
    "track_id": null,
    "recording_id": "a7efe1e0-ebee-45cb-9a0f-deafb4be90cd",
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Twoism",
    "release_id": null,
    "release_group_id": "e0243657-01ef-3516-b9aa-03d417d6e944",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1995-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(But do stick around, tho, actually)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}