Information about plays

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

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

{
    "id": 3636571,
    "uri": "https://api.kexp.org/v2/plays/3636571/?format=api",
    "airdate": "2026-04-01T19:49:25-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Flowers Grow",
    "track_id": null,
    "recording_id": null,
    "artist": "Sara King",
    "artist_ids": [],
    "album": "My Flowers Grow",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dreamz Factory"
    ],
    "label_ids": [
        "ab85bc30-ee99-4671-b03e-e498c7bbca70"
    ],
    "release_date": "2023-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sara King - My Flowers Grow - Directed, edited, & shot by Sara King - https://www.youtube.com/watch?v=_4m7KZw8XHg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}