Information about plays

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

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

{
    "id": 3593715,
    "uri": "https://api.kexp.org/v2/plays/3593715/?format=api",
    "airdate": "2025-12-20T22:43:23-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High for Christmas",
    "track_id": null,
    "recording_id": "59a6221c-961c-449e-9e67-aa413f0e6416",
    "artist": "Motherfucker 666",
    "artist_ids": [
        "951e9169-710b-41a1-93f2-63895572d006"
    ],
    "album": "Motherfucker 666",
    "release_id": null,
    "release_group_id": "f7e05496-fdd0-4064-921b-c219b3f4d0cc",
    "labels": [
        "Get Hip Recordings"
    ],
    "label_ids": [
        "039cb818-3dbd-40ef-9192-162ee53f0d40"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hails from Pittsburgh, MoFo666 is led by Jeff Dahl and includes the Lazy Cowgirls' rhythm section.  https://gethiprecordings.bandcamp.com/album/motherfucker-666",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}