Information about plays

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

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

{
    "id": 3428307,
    "uri": "https://api.kexp.org/v2/plays/3428307/?format=api",
    "airdate": "2024-11-21T15:34:22-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/75f7319b-56a5-401d-8daa-7bd1191f6b55/8265595508-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75f7319b-56a5-401d-8daa-7bd1191f6b55/8265595508-250.jpg",
    "song": "Pot Belly",
    "track_id": null,
    "recording_id": "85c39bb7-153c-43bc-a649-7be2cf780bce",
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Pretty Things",
    "release_id": null,
    "release_group_id": "7555484e-8351-3fca-9037-3fd137c8377c",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Blue Mitchell on trumpet, Leon Spencer on organ, Ted Dunbar on guitar, Jimmy Lewis on bass, and the great Idris Muhammad on drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}