Information about plays

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

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

{
    "id": 3578717,
    "uri": "https://api.kexp.org/v2/plays/3578717/?format=api",
    "airdate": "2025-11-15T22:07:55-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eurotrash",
    "track_id": null,
    "recording_id": "4eaaa6ef-6418-4a59-8193-112c482e31c1",
    "artist": "Dropkick Murphys",
    "artist_ids": [
        "e8374874-4178-4869-b92e-fef6bf30dc04"
    ],
    "album": "Fire and Brimstone",
    "release_id": null,
    "release_group_id": "64b1cedd-ddd5-4ef8-9b53-8610f541d927",
    "labels": [
        "Cyclone Records"
    ],
    "label_ids": [
        "d629a812-5522-44fc-adb4-874e08b4cff2"
    ],
    "release_date": "1997-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dropkick Murphys will be embarking on a St. Patrick's Day tour next year.  Unfortunately, no west coast dates have been announced, but you can check out their new video on their website.\n\nhttps://dropkickmurphys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}