Information about plays

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

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

{
    "id": 3601488,
    "uri": "https://api.kexp.org/v2/plays/3601488/?format=api",
    "airdate": "2026-01-07T17:18:27-08:00",
    "show": 65589,
    "show_uri": "https://api.kexp.org/v2/shows/65589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Prowl",
    "track_id": "a82e4777-a821-359e-a084-54b00fdb2da7",
    "recording_id": "7a1f8795-4c91-43a1-99ed-e273cf9d3c17",
    "artist": "Dan Auerbach",
    "artist_ids": [
        "fa4f4b89-3ddc-4e97-88fa-0e30121f986a"
    ],
    "album": "Keep It Hid",
    "release_id": "c027554e-5679-4e57-bb37-c68c739c619b",
    "release_group_id": "8e53e260-a7ae-3ec4-9f5b-5647e1f2a7f3",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2009-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Auerbach is best known as being the guitarist and vocalist of the Akron, Ohio blues rock band the Black Keys! \n\nDan Auerbach wasn't making a solo album – at first. In 2008, the singer-guitarist in The Black Keys – his blues-to-the-bone duo with drummer Patrick Carney – began writing and recording music on his own, in a studio Auerbach had built at the back of his house in the band's hometown, Akron, Ohio.\nhttps://danauerbach.bandcamp.com/album/keep-it-hid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}