Information about plays

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

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

{
    "id": 3604131,
    "uri": "https://api.kexp.org/v2/plays/3604131/?format=api",
    "airdate": "2026-01-14T04:24:36-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Compression",
    "track_id": null,
    "recording_id": "3bc2ce81-df7d-44c2-bf03-6bb521c09cd7",
    "artist": "Monica LaPlante",
    "artist_ids": [
        "64b5ea4a-cd02-45fe-874c-974d8c39e98a"
    ],
    "album": "Quarantine EP",
    "release_id": null,
    "release_group_id": "841505f3-de04-4bcf-9f46-4d1b96fb7ac4",
    "labels": [
        "Hollander Records"
    ],
    "label_ids": [
        "acbcd769-5f52-44a0-a9ec-daad5b9276cd"
    ],
    "release_date": "2020-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keeping the garage in garage rock, Monica LaPlante's fuzzed riffs and frank lyricism lay bare while they grind into your psyche like a steel-toed boot into wet cement. -MPR https://monicalaplante.bandcamp.com/album/quarantine-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}