Information about plays

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

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

{
    "id": 3578926,
    "uri": "https://api.kexp.org/v2/plays/3578926/?format=api",
    "airdate": "2025-11-16T10:16:21-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lilly's Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Cruise Control",
    "artist_ids": [
        "5e7a7388-3d0c-4600-848f-cfcdaf874edb"
    ],
    "album": "Time Is An Angel",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Curation Records"
    ],
    "label_ids": [
        "a45a2f02-bb5f-47a8-ac40-f927308c3e9b"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland band\nhttps://503cruisecontrol.bandcamp.com/album/time-is-an-angel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}