Information about plays

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

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

{
    "id": 3563117,
    "uri": "https://api.kexp.org/v2/plays/3563117/?format=api",
    "airdate": "2025-10-09T17:53:54-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia904503.us.archive.org/33/items/mbid-16259d14-2313-32cf-a8b3-289b86885632/mbid-16259d14-2313-32cf-a8b3-289b86885632-5961104362_thumb500.jpg",
    "thumbnail_uri": "https://ia904503.us.archive.org/33/items/mbid-16259d14-2313-32cf-a8b3-289b86885632/mbid-16259d14-2313-32cf-a8b3-289b86885632-5961104362_thumb250.jpg",
    "song": "Battery",
    "track_id": "eee1dc65-dd2a-33ea-b76f-dac093a243c0",
    "recording_id": "3bfda26a-49fa-4bc4-a4d6-8bbfa0767ab7",
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Master of Puppets",
    "release_id": "16259d14-2313-32cf-a8b3-289b86885632",
    "release_group_id": "3d00fb45-f8ab-3436-a8e1-b4bfc4d66913",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#136...\n\nMaster Of Puppets, was their third album, released after their move to major label Elektra Records in 1986, in spite of not containing any singles it was the breakthrough to US rock radio airplay that they'd been looking for.\n\nhttps://www.bbc.co.uk/music/reviews/j59x/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}