Information about plays

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

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

{
    "id": 3602551,
    "uri": "https://api.kexp.org/v2/plays/3602551/?format=api",
    "airdate": "2026-01-10T05:52:53-08:00",
    "show": 65610,
    "show_uri": "https://api.kexp.org/v2/shows/65610/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "State of Emergency",
    "track_id": "793a130e-cd1b-46d5-8e69-b41a6c54c196",
    "recording_id": "420b2cea-5774-438d-adf9-63c4c896c19e",
    "artist": "Mumu Fresh",
    "artist_ids": [
        "db49a6b6-5ff4-4889-a070-d70db5a26668"
    ],
    "album": "The Healing",
    "release_id": "d99fb6b9-3971-4b80-961d-21ea1e219e58",
    "release_group_id": "684417ac-d8a5-4a46-a7bb-b91ee93e4209",
    "labels": [
        "MKY Entertainment Group"
    ],
    "label_ids": [
        "e3f7a1cc-70be-404b-a86c-acf41f6c47dd"
    ],
    "release_date": "2024-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}