Information about plays

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

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

{
    "id": 3546543,
    "uri": "https://api.kexp.org/v2/plays/3546543/?format=api",
    "airdate": "2025-08-30T02:45:48-07:00",
    "show": 64423,
    "show_uri": "https://api.kexp.org/v2/shows/64423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brigade",
    "track_id": null,
    "recording_id": "d44b19e8-8250-4633-bd56-32a9f11b9a85",
    "artist": "Clock DVA",
    "artist_ids": [
        "f1f2b1fd-e570-4ca6-9244-51a0f78ecd0a"
    ],
    "album": "Demo 1979",
    "release_id": null,
    "release_group_id": "09b928fc-1160-4772-b536-f5b37dc9e03c",
    "labels": [
        "Neutron Records"
    ],
    "label_ids": [
        "7d6b7a8e-d750-43a7-9336-0d6c156336dc"
    ],
    "release_date": "2015-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sheffieldtapearchive.bandcamp.com/album/clockdva-demo-1979",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}