Information about plays

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

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

{
    "id": 3570134,
    "uri": "https://api.kexp.org/v2/plays/3570134/?format=api",
    "airdate": "2025-10-26T07:12:48-07:00",
    "show": 64938,
    "show_uri": "https://api.kexp.org/v2/shows/64938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon Ridge",
    "track_id": null,
    "recording_id": null,
    "artist": "John Thayer",
    "artist_ids": [],
    "album": "Winds Gate",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Aural Canyon"
    ],
    "label_ids": [
        "2f456fba-b2df-44c6-b0e4-81d6f8d20118"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the brand new album from experimental ambient musician John Thayer ~ https://auralcanyonmusic.bandcamp.com/album/winds-gate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}