Information about plays

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

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

{
    "id": 3415047,
    "uri": "https://api.kexp.org/v2/plays/3415047/?format=api",
    "airdate": "2024-10-20T10:14:04-07:00",
    "show": 61626,
    "show_uri": "https://api.kexp.org/v2/shows/61626/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blood Red Sentimental Blues",
    "track_id": null,
    "recording_id": "41911e9a-9e16-4535-bf18-a482a202a80a",
    "artist": "Cotton Jones",
    "artist_ids": [
        "04380c85-62e3-402e-9c6e-520f6d16a553"
    ],
    "album": "Paranoid Cocoon",
    "release_id": null,
    "release_group_id": "b5a28315-22b0-330b-a400-1e41a234bbe4",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2009-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Nau and Whitney Mcgraw recorded this album in the mountains of Cumberland, Maryland.\nCheck out this song Live on KEXP in 2009 https://youtu.be/6ZyUjffFLRY?si=zky-h0Fj0Tvdo9wA\n\nhttps://cottonjones.bandcamp.com/album/paranoid-cocoon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}