Information about plays

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

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

{
    "id": 3619565,
    "uri": "https://api.kexp.org/v2/plays/3619565/?format=api",
    "airdate": "2026-02-19T15:27:17-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Quite Buttery",
    "track_id": null,
    "recording_id": "9723988f-72c7-4c01-bd7d-3a9aa32c9ed0",
    "artist": "Count Bass D feat. DOOM",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f",
        "188711ed-c99b-439c-844a-ca831f63a727"
    ],
    "album": "Unexpected Guests",
    "release_id": null,
    "release_group_id": "579be8c2-d98a-480d-99a2-3ae0985f6dfe",
    "labels": [
        "Gold Dust Media"
    ],
    "label_ids": [
        "f83b5547-4b7d-4ec8-9db2-1655b3df3f5f"
    ],
    "release_date": "2009-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Quite Buttery\" features MF DOOM on a bouncy keyboard driven-track, dropping a sole very MF DOOM-like verse. He declares that “MCs need Aveeno, okay the fun’s over / One time, while I give the track a once over.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}