Information about plays

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

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

{
    "id": 3589498,
    "uri": "https://api.kexp.org/v2/plays/3589498/?format=api",
    "airdate": "2025-12-10T22:09:42-08:00",
    "show": 65343,
    "show_uri": "https://api.kexp.org/v2/shows/65343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Optimo",
    "track_id": null,
    "recording_id": "8177c5e5-0398-4cb9-93a7-7709796f5378",
    "artist": "Liquid Liquid",
    "artist_ids": [
        "4ba3563c-a27e-4bce-9e3e-5d6b4f1cde6d"
    ],
    "album": "Liquid Liquid",
    "release_id": null,
    "release_group_id": "6139d200-3e20-3de5-a6cd-3cae7b917a28",
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic from the band's fourth single from 1983.\n\nhttps://liquidliquid.bandcamp.com/album/slip-in-and-out-of-phenomenon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}