Information about plays

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

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

{
    "id": 3598167,
    "uri": "https://api.kexp.org/v2/plays/3598167/?format=api",
    "airdate": "2025-12-30T21:16:19-08:00",
    "show": 65519,
    "show_uri": "https://api.kexp.org/v2/shows/65519/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Paradise in the Hold",
    "track_id": null,
    "recording_id": "2ec16170-ce21-4305-831b-3084dd85bc22",
    "artist": "Yazz Ahmed",
    "artist_ids": [
        "67b47219-58b2-4a22-893c-58b449f5219c"
    ],
    "album": "A Paradise in the Hold",
    "release_id": null,
    "release_group_id": "c755a9c9-b442-4cb5-a735-c8a66534996e",
    "labels": [
        "Night Time Stories"
    ],
    "label_ids": [
        "8e3b743b-3db1-48da-98fc-dce8d648b161"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British-Bahraini composer blending jazz, electronics, and heritage into expansive sonic journeys.\nhttps://yazzahmed.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}