Information about plays

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

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

{
    "id": 3624768,
    "uri": "https://api.kexp.org/v2/plays/3624768/?format=api",
    "airdate": "2026-03-03T10:21:33-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Hand",
    "track_id": "cbd4741e-bb26-461f-9a09-2eff2e7f8647",
    "recording_id": "810690fe-5eba-46b1-8032-1f0dfe3c7c39",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Manipulator",
    "release_id": "db4903ee-b308-4473-b597-eb97c6d4cca1",
    "release_group_id": "955fba0f-6aab-407a-b6cf-cce8b4f79717",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pitchfork says that every song on the 17-song \"Manipulator\" album, Ty Segall's seventh, shows exquisite attention to detail.: https://pitchfork.com/reviews/albums/19668-ty-segall-manipulator/\n--\nHere's Ty Segall performing \"The Hand\" live in Haarlem in 2019: https://www.youtube.com/watch?v=X2K_Bh5GKO0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}