Information about plays

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

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

{
    "id": 2670883,
    "uri": "https://api.kexp.org/v2/plays/2670883/?format=api",
    "airdate": "2019-12-09T07:10:48-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac2ed47a-046d-4085-92d1-1e4178111996/13262283108-250.jpg",
    "thumbnail_uri": "",
    "song": "Sun City Creeps",
    "track_id": "c3cad468-9075-4f5d-b1ff-f802e80ddf6a",
    "recording_id": null,
    "artist": "Woods",
    "artist_ids": [
        "42a1253e-0efc-45e8-b627-ff802fb9e9ee"
    ],
    "album": "City Sun Eater in the River of Light",
    "release_id": "ac2ed47a-046d-4085-92d1-1e4178111996",
    "release_group_id": null,
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2016-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band describes the album as \"concise, powerful, anxious—barreling headlong into an uncertain, constantly shifting new world.” https://www.woodsist.com/product/woods-city-sun-eater-cd-lp-cs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}