Information about plays

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

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

{
    "id": 3420622,
    "uri": "https://api.kexp.org/v2/plays/3420622/?format=api",
    "airdate": "2024-11-02T21:16:19-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Confess",
    "track_id": null,
    "recording_id": null,
    "artist": "Dorothy",
    "artist_ids": [],
    "album": "I Confess/Softness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La vida es un mus"
    ],
    "label_ids": [
        "19597ca8-ff67-4838-8cc0-f562322aa3bc"
    ],
    "release_date": "2021-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Throbbing Gristle first released this pop gem in October 1980 and it was possibly the straightest yet weirdest release the label ever did. Dorothy was described as a 19 year old with no prior releases, but was actually Max the drummer from Rema Rema with help in the song writing department from Alex Ferguson from Alternative TV and Genesis P-Orridge.\n\nhttps://www.lavidaesunmus.com/product/i-confess-softness/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}