Information about plays

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

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

{
    "id": 3550651,
    "uri": "https://api.kexp.org/v2/plays/3550651/?format=api",
    "airdate": "2025-09-09T00:48:59-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a430940-49e6-4095-9a77-71381f2a2ce9/23652365499-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a430940-49e6-4095-9a77-71381f2a2ce9/23652365499-250.jpg",
    "song": "Veselka City Lights",
    "track_id": null,
    "recording_id": null,
    "artist": "Carla dal Forno",
    "artist_ids": [
        "ae363169-4422-49f9-9d92-be36456cfed7"
    ],
    "album": "Going Back To Sleep...",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "A Colourful Storm"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Any new music from Carla dal Forno is a reason to celebrate - https://acolourfulstorm.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}