Information about plays

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

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

{
    "id": 3582547,
    "uri": "https://api.kexp.org/v2/plays/3582547/?format=api",
    "airdate": "2025-11-24T23:40:56-08:00",
    "show": 65203,
    "show_uri": "https://api.kexp.org/v2/shows/65203/?format=api",
    "image_uri": "https://coverartarchive.org/release/eef51645-7e49-40ce-8fb5-f30bfb2b3550/34771463045-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eef51645-7e49-40ce-8fb5-f30bfb2b3550/34771463045-250.jpg",
    "song": "Plastic Palace People",
    "track_id": null,
    "recording_id": null,
    "artist": "Scott Walker",
    "artist_ids": [
        "99524243-dc2e-4bf3-82c0-72395391d21f"
    ],
    "album": "Scott 2",
    "release_id": null,
    "release_group_id": "e14cb590-dbcb-34fe-9860-881e1a0a1bda",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1968-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Very difficult to perform on the spot at karaoke night, I've learned)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}