Information about plays

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

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

{
    "id": 3549938,
    "uri": "https://api.kexp.org/v2/plays/3549938/?format=api",
    "airdate": "2025-09-07T06:41:27-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sundown",
    "track_id": null,
    "recording_id": null,
    "artist": "herbal tea",
    "artist_ids": [
        "bd3dcba7-e376-48f3-9ce7-67cacdfd0b28"
    ],
    "album": "Hear as the Mirror Echoes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Orindal Records"
    ],
    "label_ids": [
        "3745e41a-8594-446f-889e-5701e3972d57"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Penultimate track off the debut solo album from herbal tea, the alias of Bristol, UK-based artist Helena Walker ~ \nhttps://herbaltea.bandcamp.com/album/hear-as-the-mirror-echoes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}