Information about plays

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

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

{
    "id": 3567859,
    "uri": "https://api.kexp.org/v2/plays/3567859/?format=api",
    "airdate": "2025-10-21T03:07:09-07:00",
    "show": 64892,
    "show_uri": "https://api.kexp.org/v2/shows/64892/?format=api",
    "image_uri": "https://coverartarchive.org/release/75ce4c7c-68f9-414a-a9c6-99a380a4ad3e/38896876433-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75ce4c7c-68f9-414a-a9c6-99a380a4ad3e/38896876433-250.jpg",
    "song": "One Hundred",
    "track_id": null,
    "recording_id": "39f14372-cecb-41c9-a090-41447cfdde20",
    "artist": "Coco Bryce",
    "artist_ids": [
        "55ca6b99-89b0-44e4-aee5-269d087fb110"
    ],
    "album": "One Hundred / Saliva",
    "release_id": null,
    "release_group_id": "1c1627bf-a0fb-4209-8771-8dec8f0ff44d",
    "labels": [
        "3AM Eternal"
    ],
    "label_ids": [
        "d7ef8878-2778-43e3-87fe-e585933d43f6"
    ],
    "release_date": "2024-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Steve in Texas - Big Up the whole 3AM CREW worldwide!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}