Information about plays

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

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

{
    "id": 3561468,
    "uri": "https://api.kexp.org/v2/plays/3561468/?format=api",
    "airdate": "2025-10-05T01:31:59-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/3719655d-ae89-4510-b22c-9ffa395b5da2/31329204409-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3719655d-ae89-4510-b22c-9ffa395b5da2/31329204409-250.jpg",
    "song": "Gorgon Sisters",
    "track_id": null,
    "recording_id": "bfb4f2d0-d4e1-4904-a426-008ee0c3f142",
    "artist": "Venom Prison",
    "artist_ids": [
        "1fa3ae66-386f-4f9a-be17-3492a8658f10"
    ],
    "album": "Erebos",
    "release_id": null,
    "release_group_id": "b8ca912e-7d28-415c-b675-67e0cb312106",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "2022-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from South Wales",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}