Information about plays

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

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

{
    "id": 3604115,
    "uri": "https://api.kexp.org/v2/plays/3604115/?format=api",
    "airdate": "2026-01-14T03:33:58-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Bend The Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Products Band",
    "artist_ids": [
        "aea375db-47f3-407e-9abf-42f26343b824"
    ],
    "album": "You Bend The Light",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Products Band is Jo Kellen, Jack Woolsey, Konner Johnson, and Alex Hanson https://productsband.bandcamp.com/track/you-bend-the-light",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}