Information about plays

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

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

{
    "id": 3611027,
    "uri": "https://api.kexp.org/v2/plays/3611027/?format=api",
    "airdate": "2026-01-30T11:56:49-08:00",
    "show": 65793,
    "show_uri": "https://api.kexp.org/v2/shows/65793/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8fbce23-4bca-4832-bc81-0cbf40da4045/13785292958-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8fbce23-4bca-4832-bc81-0cbf40da4045/13785292958-250.jpg",
    "song": "Electric Feel (Justice remix)",
    "track_id": null,
    "recording_id": "36e336c1-eda3-42b7-9b12-58dfef56cd5e",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Electric Feel",
    "release_id": null,
    "release_group_id": "fd4f5d20-3a20-3af6-bc84-d0e30fc4e1d0",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2008-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2008 remix from French group Justice would later win a Grammy for Best Remixed Recording, Non-Classical. The original version of this song appears on MGMT's 2007 debut album, Oracular Spectacular.\n\nhttp://www.whoismgmt.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}