Information about plays

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

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

{
    "id": 3539430,
    "uri": "https://api.kexp.org/v2/plays/3539430/?format=api",
    "airdate": "2025-08-13T03:04:53-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/1568ee96-3557-43a9-8819-bb0392b5ee20/41499919138-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1568ee96-3557-43a9-8819-bb0392b5ee20/41499919138-250.jpg",
    "song": "Freon",
    "track_id": null,
    "recording_id": null,
    "artist": "Conna Haraway",
    "artist_ids": [
        "4a7b5bb9-84f3-4767-aedb-43a3bebc36b4"
    ],
    "album": "Spatial Fix",
    "release_id": null,
    "release_group_id": "001dc1a1-c7ce-4883-bda1-ee62d66bb1c5",
    "labels": [
        "Theory Therapy"
    ],
    "label_ids": [
        "194de88b-7a7f-4d3a-aadb-34f3c5eef0ca"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep listening - https://connaharaway.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}