Information about plays

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

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

{
    "id": 3644068,
    "uri": "https://api.kexp.org/v2/plays/3644068/?format=api",
    "airdate": "2026-04-19T09:05:15-07:00",
    "show": 66495,
    "show_uri": "https://api.kexp.org/v2/shows/66495/?format=api",
    "image_uri": "https://coverartarchive.org/release/f76f5fe8-9f24-4056-90c3-35e46f28862c/38929652330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f76f5fe8-9f24-4056-90c3-35e46f28862c/38929652330-250.jpg",
    "song": "Glow Drift",
    "track_id": null,
    "recording_id": "9e941d49-fc84-4e02-b254-df1df7664994",
    "artist": "Bill MacKay",
    "artist_ids": [
        "6abcf22a-4e45-429b-9813-a991a511c91e"
    ],
    "album": "Locust Land",
    "release_id": null,
    "release_group_id": "e565a74b-17d9-4459-9a72-3617710aff4f",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2024-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago musician said this is one of his most driving and up-tempo songs.\nhttps://klofmag.com/2024/05/bill-mackay-locust-land-interview/\n\nhttps://billmackay.bandcamp.com/album/locust-land",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}