Information about plays

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

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

{
    "id": 3634104,
    "uri": "https://api.kexp.org/v2/plays/3634104/?format=api",
    "airdate": "2026-03-27T02:23:49-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Only Human",
    "track_id": null,
    "recording_id": "4d9bffb6-6797-4f50-8212-96657337e273",
    "artist": "Zo! And Tigallo",
    "artist_ids": [],
    "album": "Love The 80's",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Chapter 3hree, Verse 5ive Music, Justus Music"
    ],
    "label_ids": [],
    "release_date": "2008-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tigallo\" is Phonte of Little Brother.\n\nA cover of Human League's \"Human,\" produced by Jimmy Jam and Terry Lewis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}