Information about plays

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

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

{
    "id": 3617568,
    "uri": "https://api.kexp.org/v2/plays/3617568/?format=api",
    "airdate": "2026-02-14T20:53:10-08:00",
    "show": 65935,
    "show_uri": "https://api.kexp.org/v2/shows/65935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sedated Love",
    "track_id": "bf312d30-ce71-3414-bc8a-3f3cbc248db7",
    "recording_id": "366c7834-3c5d-48c2-af27-3c959ba5d064",
    "artist": "Jeffie Genetic and His Clones",
    "artist_ids": [
        "998a1ea5-fbf4-45c3-800c-5d0e91c4e275"
    ],
    "album": "Need a Wave",
    "release_id": "8e3242e1-b300-4440-959b-a683dad3a701",
    "release_group_id": "89650490-b500-3c4c-9e05-070289f6b406",
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2004-03-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver! Let's all be clones!\n\nhttps://www.dirtnaprecs.com/website/jeffie-genetic-and-his-clones-need-a-wave/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}