Information about plays

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

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

{
    "id": 3566949,
    "uri": "https://api.kexp.org/v2/plays/3566949/?format=api",
    "airdate": "2025-10-18T21:24:38-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh My Mother",
    "track_id": null,
    "recording_id": null,
    "artist": "Haram",
    "artist_ids": [
        "b2f2363f-ccb9-4e01-906e-abebe45caea6"
    ],
    "album": "Why Does Paradise Begin In Hell",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Toxic State Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arabic hardcore punk band from Brooklyn, New York fronted by Lebanese-American, Nader Habibi.\n\nhttps://haramharam.bandcamp.com/\nhttps://see-saw.fun/haram-are-prepared-to-give-it-all/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}