Information about plays

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

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

{
    "id": 3570203,
    "uri": "https://api.kexp.org/v2/plays/3570203/?format=api",
    "airdate": "2025-10-26T11:10:38-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a396a2f-0580-37a7-b713-e287434c2913/2467851334-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a396a2f-0580-37a7-b713-e287434c2913/2467851334-250.jpg",
    "song": "Red Right Hand",
    "track_id": null,
    "recording_id": "2908df78-61f3-4389-b57e-784df5e5ce62",
    "artist": "Nick Cave & the Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Let Love In",
    "release_id": null,
    "release_group_id": "f369d4bf-71f1-31f5-9e01-ffdbf15acdbe",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1994-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A signature song from the Melbourne band, the term “Red Right Hand” comes from John Milton’s epic poem “Paradise Lost,” referring to divine vengeance. \n\nNick Cave began “Red Hand Files,” an online forum where he answers questions, comments, and philosophical propositions from fans, in 2018: https://www.theredhandfiles.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}