Information about plays

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

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

{
    "id": 3605759,
    "uri": "https://api.kexp.org/v2/plays/3605759/?format=api",
    "airdate": "2026-01-17T23:23:50-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throw the Brick",
    "track_id": null,
    "recording_id": "3b52aeda-5960-4f44-b0db-82ebf06cb4d4",
    "artist": "Potbelly",
    "artist_ids": [
        "8f2e1ad0-862f-4196-a6e8-ce73484ce21c"
    ],
    "album": "Legacy of Debauchery",
    "release_id": null,
    "release_group_id": "10c18b48-4065-42c5-a209-aeba1d7122d4",
    "labels": [
        "Pig Records"
    ],
    "label_ids": [
        "d931747c-9aea-4c17-8e0b-0d7923845e0b"
    ],
    "release_date": "2019-10-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Whidbey Island's Potbelly was investigated by the FBI in early 2025 due to the lyrics of this song.  Unfortunately, the band had to go on hiatus as of last fall due to health issues.\n\nhttps://www.facebook.com/potbellypunx/\nhttps://pig-records.bandcamp.com/album/test-of-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}