Information about plays

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

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

{
    "id": 3546908,
    "uri": "https://api.kexp.org/v2/plays/3546908/?format=api",
    "airdate": "2025-08-30T21:56:41-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy",
    "track_id": null,
    "recording_id": null,
    "artist": "Niis",
    "artist_ids": [
        "c51d04b2-f09c-4608-8c05-0963b88d25fc"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Saigon Drugs"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Niis will be performing at:\n - The Chapel in SF on September 25th\n - The Shakedown in Bellingham, WA on October 28th\n - Lollipop Shoppe in Portland on October 29th\n\nhttps://www.niisband.com/\nhttps://niisla.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}