Information about plays

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

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

{
    "id": 3628572,
    "uri": "https://api.kexp.org/v2/plays/3628572/?format=api",
    "airdate": "2026-03-14T00:14:52-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Lazerbeams",
    "track_id": null,
    "recording_id": "ef348582-2e8d-4166-8264-f1e733bbeb8f",
    "artist": "Fresh Espresso",
    "artist_ids": [
        "cb9fd966-9d60-4452-8ee5-227b4ee3f762"
    ],
    "album": "Glamour",
    "release_id": null,
    "release_group_id": "04cf0364-f6f3-43f5-bbb1-ca59648c4664",
    "labels": [
        "Out For Stardom"
    ],
    "label_ids": [
        "f22f17e4-a23d-4dfa-b43a-2f7ce3d861d7"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fresh Espresso are P Smoov and Rik Rude. They are both Michigan natives but met in Seattle WA where they began creating music. P Smoov makes the beats, raps, and sings. Rik Rude raps. Trent Moorman on live drums. Radjaw on DJ. They bring you the perfect combination of Grime and Glamour.\"\n\nhttps://freshespresso.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}