Information about plays

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

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

{
    "id": 3343821,
    "uri": "https://api.kexp.org/v2/plays/3343821/?format=api",
    "airdate": "2024-05-04T18:51:23-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "Summer Ono",
    "artist_ids": [],
    "album": "(self titled)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "So smooth, so chill! Portland act Summer Ono released this lovely track as part of their debut \"(self-titled)\" in August 2009. Listen and buy below!\n\nhttps://summerono.bandcamp.com/album/self-titled",
    "play_type": "trackplay"
}