Information about plays

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

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

{
    "id": 3588324,
    "uri": "https://api.kexp.org/v2/plays/3588324/?format=api",
    "airdate": "2025-12-08T02:11:36-08:00",
    "show": 65319,
    "show_uri": "https://api.kexp.org/v2/shows/65319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All or Nothing at All",
    "track_id": null,
    "recording_id": "07c6d0c2-96dc-486d-87b2-d71ad4ef8077",
    "artist": "John Coltrane Quartet",
    "artist_ids": [
        "a43270af-bc4a-4552-847e-617b11f38d7b"
    ],
    "album": "Ballads",
    "release_id": null,
    "release_group_id": "ec33b3fb-1d60-3c15-8990-7aa49e0844f0",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1963-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}