Information about plays

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

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

{
    "id": 3566220,
    "uri": "https://api.kexp.org/v2/plays/3566220/?format=api",
    "airdate": "2025-10-17T04:54:29-07:00",
    "show": 64854,
    "show_uri": "https://api.kexp.org/v2/shows/64854/?format=api",
    "image_uri": "https://coverartarchive.org/release/48610d5c-744e-4ec9-9553-1a01e9391b71/6420738256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48610d5c-744e-4ec9-9553-1a01e9391b71/6420738256-250.jpg",
    "song": "Daytime",
    "track_id": null,
    "recording_id": "2bf9623c-54ca-46a3-9f1a-2f160f50ec10",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Back to Earth",
    "release_id": null,
    "release_group_id": "6dcc956a-44b0-3839-bf6f-4261e332b3fb",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1978-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(air break)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}