Information about plays

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

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

{
    "id": 3548450,
    "uri": "https://api.kexp.org/v2/plays/3548450/?format=api",
    "airdate": "2025-09-03T14:10:28-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/c672d5c9-80bf-417c-b0f5-4da3d14f432c/12662650785-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c672d5c9-80bf-417c-b0f5-4da3d14f432c/12662650785-250.jpg",
    "song": "Time With You",
    "track_id": null,
    "recording_id": "9f76178f-35c6-4739-b104-a6d713f632a6",
    "artist": "fIREHOSE",
    "artist_ids": [
        "33e09dd8-a998-4e1a-9e69-1a6567a3803d"
    ],
    "album": "fROMOHIO",
    "release_id": null,
    "release_group_id": "6118acdb-7f49-389b-80ec-50a9b12a1690",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1989-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to John!\n--\n\"In 1985, after D Boon's tragic death at age 27 signalled the end of the Minutemen, bassist Mike Watt and drummer George Hurley threw in their lot with then-22-year-old former Ohio State University student, guitar player, and Minutemen fanatic Ed Crawford to form fIREHOSE.\": https://www.allmusic.com/artist/firehose-mn0000143749#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}