Information about plays

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

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

{
    "id": 3421512,
    "uri": "https://api.kexp.org/v2/plays/3421512/?format=api",
    "airdate": "2024-11-05T01:11:37-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/71d5c554-d228-368c-99f7-eb3e24747b08/6323942850-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71d5c554-d228-368c-99f7-eb3e24747b08/6323942850-250.jpg",
    "song": "Dinorah, Dinorah",
    "track_id": null,
    "recording_id": "c055661e-5812-4cb9-9197-4d0ff254c7a9",
    "artist": "George Benson",
    "artist_ids": [
        "467f69b6-8d6d-4d2c-bfad-e89adf2806ff"
    ],
    "album": "Give Me the Night",
    "release_id": null,
    "release_group_id": "899999b9-f436-3b38-a813-893100d3169f",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic Quincy Jones production\n\nI hosted a live session with Butcher Brown that just launched on KEXP's YouTube channel yesterday and they covered this in the set! -- https://www.youtube.com/watch?v=291_o3foLZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}