Information about plays

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

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

{
    "id": 3421259,
    "uri": "https://api.kexp.org/v2/plays/3421259/?format=api",
    "airdate": "2024-11-04T08:55:04-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b32eb3d-21a8-4e0a-8213-40d7ed95a85c/4697755840-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b32eb3d-21a8-4e0a-8213-40d7ed95a85c/4697755840-250.jpg",
    "song": "Blue Monday",
    "track_id": null,
    "recording_id": "9aa2be7b-8fb0-4187-bce4-9bb4e84815fc",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Blue Monday",
    "release_id": null,
    "release_group_id": "262a92d6-a644-363d-94c2-fe2745799aec",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1983-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Reading through Quincy Jones' obituary, I was reminded that he helped introduce New Order to US listeners (including me via Low-Life) through Qwest Records. \nTom in Cincinnati\"\n\nQwest Records was an American record label run by Quincy Jones. Founded in 1980. While Qwest Records primarily catered to the R&B market, it also welcomed a diverse range of artists. This included Frank Sinatra (whom Jones produced in the 1960s), Tevin Campbell, Radiance, and the British alternative dance group New Order.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}