Information about plays

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

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

{
    "id": 3569080,
    "uri": "https://api.kexp.org/v2/plays/3569080/?format=api",
    "airdate": "2025-10-23T21:18:45-07:00",
    "show": 64914,
    "show_uri": "https://api.kexp.org/v2/shows/64914/?format=api",
    "image_uri": "https://coverartarchive.org/release/3bd38f5c-04ad-4b3a-9afc-3470fbed8098/38423459223-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3bd38f5c-04ad-4b3a-9afc-3470fbed8098/38423459223-250.jpg",
    "song": "AA BOUQUET FOR YOUR 180 FACE",
    "track_id": null,
    "recording_id": "053e7841-eab7-425a-aeb9-63a13bc009ce",
    "artist": "Saya Gray",
    "artist_ids": [
        "b949a783-214b-429d-a184-4e75c0f8be9c"
    ],
    "album": "QWERTY II",
    "release_id": null,
    "release_group_id": "263229a9-fe0a-4600-ac70-3d58a9648b77",
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2024-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}