Information about plays

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

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

{
    "id": 3546570,
    "uri": "https://api.kexp.org/v2/plays/3546570/?format=api",
    "airdate": "2025-08-30T04:26:16-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://coverartarchive.org/release/9688fc48-fa5b-475f-948d-0b083eeca368/6365146240-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9688fc48-fa5b-475f-948d-0b083eeca368/6365146240-250.jpg",
    "song": "Shadow of Fear",
    "track_id": null,
    "recording_id": "6b57cb3e-1e00-4e63-93b3-216b559524d6",
    "artist": "Madness",
    "artist_ids": [
        "5f58803e-8c4c-478e-8b51-477f38483ede"
    ],
    "album": "Absolutely",
    "release_id": null,
    "release_group_id": "fb98f691-d804-32fe-8e5c-c2f1850d76ba",
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}