Information about plays

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

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

{
    "id": 3546902,
    "uri": "https://api.kexp.org/v2/plays/3546902/?format=api",
    "airdate": "2025-08-30T21:40:59-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://ia800107.us.archive.org/27/items/mbid-7fee211a-43ab-4fc8-8716-98ef2be59859/mbid-7fee211a-43ab-4fc8-8716-98ef2be59859-1002813382_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/27/items/mbid-7fee211a-43ab-4fc8-8716-98ef2be59859/mbid-7fee211a-43ab-4fc8-8716-98ef2be59859-1002813382_thumb250.jpg",
    "song": "We Got the Power",
    "track_id": "bde171b6-707b-377b-a641-7ec570e8691a",
    "recording_id": "1ecc62ff-34fe-4292-b757-e8760400d7d9",
    "artist": "Dropkick Murphys",
    "artist_ids": [
        "e8374874-4178-4869-b92e-fef6bf30dc04"
    ],
    "album": "Rock Against Bush, Volume 2",
    "release_id": "7fee211a-43ab-4fc8-8716-98ef2be59859",
    "release_group_id": "1fe6e123-41ed-35bc-bb4c-08dcbc534374",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2004-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jeff\n\nDropkick Murphys released their latest album, For the People, on July 4th this year.\n\nhttps://dropkickmurphys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}