Information about plays

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

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

{
    "id": 3626595,
    "uri": "https://api.kexp.org/v2/plays/3626595/?format=api",
    "airdate": "2026-03-08T00:01:32-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d099294-ec29-4d0b-821d-202a32c85a14/25181401889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d099294-ec29-4d0b-821d-202a32c85a14/25181401889-250.jpg",
    "song": "Whiplash",
    "track_id": null,
    "recording_id": "de69dad2-f3b8-46db-8170-03e2b46cb81a",
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Kill ’Em All",
    "release_id": null,
    "release_group_id": "f44f4f73-a714-31a1-a4b8-bfcaaf311f50",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1983-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Metallica just announced their upcoming residency at The Sphere in Las Vegas.\n\n\nhttps://www.metallica.com/tour/2025-07-05-birmingham-england.html?srsltid=AfmBOoq1Ut2_zW4aya1cV6lhXB_Qd4xvPl6MPRYPDxMJUZe0X95YiMxY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}