Information about plays

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

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

{
    "id": 3604609,
    "uri": "https://api.kexp.org/v2/plays/3604609/?format=api",
    "airdate": "2026-01-15T08:36:59-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bright Yellow Gun",
    "track_id": "fc5503d6-35b3-34ea-b78f-26aca96f2f4b",
    "recording_id": "44de6d30-bea4-4e7a-b961-6b356143c403",
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "University",
    "release_id": "971a327d-b809-3004-8526-098d24cda2f9",
    "release_group_id": "16e680eb-148e-3be7-bc89-0ab4dfae969b",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1995-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "loving the vibe.  Anything from Throwing Muses or the Breeders would be awesome.   Pete from Denver \n==\nhttps://throwingmuses.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}