Information about plays

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

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

{
    "id": 3592183,
    "uri": "https://api.kexp.org/v2/plays/3592183/?format=api",
    "airdate": "2025-12-17T07:15:52-08:00",
    "show": 65401,
    "show_uri": "https://api.kexp.org/v2/shows/65401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nine Million Rainy Days",
    "track_id": null,
    "recording_id": "95e3a7e1-c993-42fe-b8b7-0f498f8e0118",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Darklands",
    "release_id": null,
    "release_group_id": "cda63ecb-5777-37e2-8aa6-32f5c93e0f9f",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Nine Million Rainy Days\". Welcome to the Pacific Northwest.\n\n'Darklands' was the first Jesus And Mary Chain album to use drum machines, after Bobby Gillespie left to be frontman of the Scottish band Primal Scream.\n\nhttps://thejesusandmarychain.bandcamp.com\nhttps://themarychain.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}