Information about plays

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

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

{
    "id": 3567816,
    "uri": "https://api.kexp.org/v2/plays/3567816/?format=api",
    "airdate": "2025-10-21T00:57:15-07:00",
    "show": 64891,
    "show_uri": "https://api.kexp.org/v2/shows/64891/?format=api",
    "image_uri": "https://coverartarchive.org/release/8563a201-734a-4053-89b4-9806f790ccb5/36960425454-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8563a201-734a-4053-89b4-9806f790ccb5/36960425454-250.jpg",
    "song": "Bounce",
    "track_id": null,
    "recording_id": null,
    "artist": "Pal Joey",
    "artist_ids": [
        "6310174c-530e-419a-a8fd-091de3082692"
    ],
    "album": "Anthology 1990-1993",
    "release_id": null,
    "release_group_id": "7e0d2d78-5b6e-44f0-bf74-cce03ff0829b",
    "labels": [
        "Loop D' Loop"
    ],
    "label_ids": [
        "3fb47229-c972-487b-ac1b-5abcc330e56b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bieeeeeeeeeeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}