Information about plays

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

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

{
    "id": 3587453,
    "uri": "https://api.kexp.org/v2/plays/3587453/?format=api",
    "airdate": "2025-12-06T06:01:49-08:00",
    "show": 65301,
    "show_uri": "https://api.kexp.org/v2/shows/65301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alone",
    "track_id": null,
    "recording_id": "87e22af2-1bd7-4c79-bf6d-aa9d0cd20c6c",
    "artist": "Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": "Black Panther: Wakanda Forever - Music From and Inspired By",
    "release_id": null,
    "release_group_id": "38de041b-6f97-4aad-ba51-11929f8a0716",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2022-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}