Information about plays

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

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

{
    "id": 3548552,
    "uri": "https://api.kexp.org/v2/plays/3548552/?format=api",
    "airdate": "2025-09-03T19:44:35-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood Right Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Shadowgraphs",
    "artist_ids": [
        "b47742a2-8e83-4e8f-9935-b2ffbc6d571c"
    ],
    "album": "Blood Right Down",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off the upcoming record \"Don't Chase the Sun\" releasing in October! https://shadowgraphsnc.bandcamp.com/album/dont-chase-will-run",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}