Information about plays

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

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

{
    "id": 3604380,
    "uri": "https://api.kexp.org/v2/plays/3604380/?format=api",
    "airdate": "2026-01-14T19:31:03-08:00",
    "show": 65651,
    "show_uri": "https://api.kexp.org/v2/shows/65651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everytime I See the Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Peaking Lights",
    "artist_ids": [],
    "album": "The Fifth State of Consciousness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Two Flowers"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Plane 8, that's what I'm talking about - https://www.youtube.com/watch?v=ClvX7ED8UUI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}