Information about plays

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

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

{
    "id": 3576257,
    "uri": "https://api.kexp.org/v2/plays/3576257/?format=api",
    "airdate": "2025-11-10T02:02:00-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/af4bd748-9941-47bb-a1fe-eb7225be27bc/18782155942-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af4bd748-9941-47bb-a1fe-eb7225be27bc/18782155942-250.jpg",
    "song": "Crescent",
    "track_id": null,
    "recording_id": "f49446af-8f63-466e-9ae7-3a4a9db6ba2a",
    "artist": "John Coltrane Quartet",
    "artist_ids": [
        "a43270af-bc4a-4552-847e-617b11f38d7b"
    ],
    "album": "Crescent",
    "release_id": null,
    "release_group_id": "eab35e92-f601-37b6-a94b-a31e6dfc1185",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1964-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crescent was the follow up to the acclaimed world renowned  \"A Love Supreme\" Elvin Jones, Mccoy Tyner and Jimmy Garrison bring the proverbial fire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}