Information about plays

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

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

{
    "id": 3575723,
    "uri": "https://api.kexp.org/v2/plays/3575723/?format=api",
    "airdate": "2025-11-08T20:57:40-08:00",
    "show": 65059,
    "show_uri": "https://api.kexp.org/v2/shows/65059/?format=api",
    "image_uri": "https://coverartarchive.org/release/25fb334f-8a03-4326-9d48-8cdfabfaef54/41929086971-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25fb334f-8a03-4326-9d48-8cdfabfaef54/41929086971-250.jpg",
    "song": "Steam Presser",
    "track_id": null,
    "recording_id": "a2ca4010-916d-4bdc-8d06-6056a63103df",
    "artist": "Parlor Greens",
    "artist_ids": [
        "9d13baba-2e96-448e-ac2b-bf38fc189827"
    ],
    "album": "In Green We Dream",
    "release_id": null,
    "release_group_id": "cf17865d-a56b-4caf-a887-e21010cfd36d",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Parlor Greens perform LIVE on KEXP in November 2024:\n\nhttps://www.youtube.com/watch?v=2PDPOgh3VXU",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}