Information about plays

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

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

{
    "id": 3339776,
    "uri": "https://api.kexp.org/v2/plays/3339776/?format=api",
    "airdate": "2024-04-25T05:32:07-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f53c2ff-3e59-4b08-9e4c-2e65a96c18e3/38507263366-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f53c2ff-3e59-4b08-9e4c-2e65a96c18e3/38507263366-250.jpg",
    "song": "Shake It Down",
    "track_id": null,
    "recording_id": "77aada53-e85c-490c-b8a6-29e137a19e70",
    "artist": "C Turtle",
    "artist_ids": [
        "43d5c257-9ed4-402b-b515-ea94908f1de3"
    ],
    "album": "Expensive Thrills",
    "release_id": null,
    "release_group_id": "0686847d-aec2-4926-8b98-4cdce983bc16",
    "labels": [
        "Blitzcat Records"
    ],
    "label_ids": [
        "66cd9250-c221-45d5-b657-0bee3b594167"
    ],
    "release_date": "2024-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Expensive Thrills’ is the debut album from Lo Fi Indie band C Turtle. The four piece are from London, and they started life as a solo project by band member Cole Flynn Quirke...The debut has a distinct sound as C Turtle record all of their music on Tascam four-track cassette recorders to ensure a lo-fi quality. This gives many of the tracks a minimal, no thrills sound that reminds me of early 90s experimental Radiohead. https://joyzine.org/2024/03/08/album-review-c-turtle-expensive-thrills/ https://c-turtle.bandcamp.com/album/expensive-thrills",
    "play_type": "trackplay"
}