Information about plays

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

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

{
    "id": 3582067,
    "uri": "https://api.kexp.org/v2/plays/3582067/?format=api",
    "airdate": "2025-11-23T20:28:55-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/69267011-2a35-42f8-b85c-5accec7c2f62/33162081541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69267011-2a35-42f8-b85c-5accec7c2f62/33162081541-250.jpg",
    "song": "Alright",
    "track_id": null,
    "recording_id": "8a1c87ef-205a-4eed-819c-c7ccaa61991c",
    "artist": "Allen Anthony",
    "artist_ids": [
        "9418ab24-9bf7-4c85-90a7-66ffb130ec9c"
    ],
    "album": "Paid in Full",
    "release_id": null,
    "release_group_id": "a3890003-914c-3643-af04-7e8179b93897",
    "labels": [
        "Roc‐A‐Fella Records"
    ],
    "label_ids": [
        "4cccc72a-0bd0-433a-905e-dad87871397d"
    ],
    "release_date": "2002-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Freeway featuring Allen Anthony released \"Alright\" on the 2003 album Philadelphia Freeway with Roc-A-Fella Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}