Information about plays

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

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

{
    "id": 3604950,
    "uri": "https://api.kexp.org/v2/plays/3604950/?format=api",
    "airdate": "2026-01-16T04:36:02-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dust to Dust",
    "track_id": null,
    "recording_id": "bc4506eb-9542-47ef-8143-77ece23551a6",
    "artist": "Cloud One",
    "artist_ids": [
        "7ec1d443-ba44-4009-86c3-e182b95f1f7a"
    ],
    "album": "Atmosphere Strut",
    "release_id": null,
    "release_group_id": "ab961e21-3901-34c4-9197-6ff01f0141cc",
    "labels": [
        "Hot Productions"
    ],
    "label_ids": [
        "cba4ccbc-9ebd-4eb1-9076-b2b634e3f9ba"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]\n\nCloud One was a 1970s studio disco band on P & P Records, produced by Peter Brown and Patrick Adams.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}