Information about plays

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

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

{
    "id": 3557624,
    "uri": "https://api.kexp.org/v2/plays/3557624/?format=api",
    "airdate": "2025-09-25T16:08:06-07:00",
    "show": 64659,
    "show_uri": "https://api.kexp.org/v2/shows/64659/?format=api",
    "image_uri": "https://coverartarchive.org/release/a652c118-77a7-450f-931d-12e6e370eff3/13786485074-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a652c118-77a7-450f-931d-12e6e370eff3/13786485074-250.jpg",
    "song": "Kids (Soulwax remix)",
    "track_id": null,
    "recording_id": "080809ef-7ef5-4b39-bd35-d99282141306",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Kids",
    "release_id": null,
    "release_group_id": "c3caccf5-8789-317c-93d9-d0ab124d5fbe",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2008-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soulwax remix!  \n\nCheck out the CT band's recent album here: \nhttps://mgmt.bandcamp.com/album/loss-of-life\nhttps://whoismgmt.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}