Information about plays

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

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

{
    "id": 3621443,
    "uri": "https://api.kexp.org/v2/plays/3621443/?format=api",
    "airdate": "2026-02-23T22:17:46-08:00",
    "show": 66015,
    "show_uri": "https://api.kexp.org/v2/shows/66015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "M.P.B. (Missin' Persons Bureau)",
    "track_id": null,
    "recording_id": null,
    "artist": "Nautic",
    "artist_ids": [],
    "album": "Freedom of the Floor / M.P.B.",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Test Pressing"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Womack & Womack's 1988 hit!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}