Information about plays

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

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

{
    "id": 3545903,
    "uri": "https://api.kexp.org/v2/plays/3545903/?format=api",
    "airdate": "2025-08-28T14:04:46-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa8ef7fb-7892-4d3f-880b-b9f37fbdb363/2980566136-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa8ef7fb-7892-4d3f-880b-b9f37fbdb363/2980566136-250.jpg",
    "song": "Burn",
    "track_id": null,
    "recording_id": "e614b0d6-abcf-49d2-8498-e7fb2fec49d5",
    "artist": "Killer Mike",
    "artist_ids": [
        "47864525-aea7-439a-800f-17c57e51cbcc"
    ],
    "album": "Pl3dge",
    "release_id": null,
    "release_group_id": "c553c608-3abe-4842-a8d9-bd501216ac6f",
    "labels": [
        "SMC Recordings"
    ],
    "label_ids": [
        "bc108627-67d5-4228-b151-a5d75a84c17e"
    ],
    "release_date": "2011-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Burn' by Killer Mike samples multiple elements of Funkadelic's 'You and Your Folks, Me and My Folks'! \n--\nSee Killer Mike's powerful performance of this song in 2013: https://www.youtube.com/watch?v=aqx1kOEyKaA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}