Information about plays

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

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

{
    "id": 3543302,
    "uri": "https://api.kexp.org/v2/plays/3543302/?format=api",
    "airdate": "2025-08-22T13:55:57-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc422c7b-3cb4-47a1-804e-509930f30b31/7452065697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc422c7b-3cb4-47a1-804e-509930f30b31/7452065697-250.jpg",
    "song": "Dredio",
    "track_id": null,
    "recording_id": "c226a0c2-b32e-4179-be0f-4536728da7b0",
    "artist": "Mac Mall & Mac Dre feat. E‐40",
    "artist_ids": [
        "84490594-c358-40c1-8c27-14bcaeb825e8",
        "4efc4d86-18b5-4b6f-9380-6b8910482d37",
        "a449973b-074b-4cf0-a4d6-f11fa2d1073f"
    ],
    "album": "Da U.S. Open",
    "release_id": null,
    "release_group_id": "e858185e-d02e-4114-bf8b-70e8cd4df1e3",
    "labels": [
        "Thizz Entertainment"
    ],
    "label_ids": [
        "cea69036-182b-44ec-b084-7058e29fc477"
    ],
    "release_date": "2005-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Mac Dre!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}