Information about plays

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

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

{
    "id": 2682862,
    "uri": "https://api.kexp.org/v2/plays/2682862/?format=api",
    "airdate": "2020-01-06T13:26:50-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/14763601258-250.jpg",
    "thumbnail_uri": "",
    "song": "Don’t You Wait",
    "track_id": "b0be86c1-9ffd-4969-8b09-6ddf2deb6c1b",
    "recording_id": null,
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "A Seat at the Table",
    "release_id": "3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb",
    "release_group_id": null,
    "labels": [
        "Saint Records"
    ],
    "label_ids": [
        "b1b1a18a-888a-4d3d-b13b-1b3c5e845bfc"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Seat at the Table is stunning, a thematically unified and musically adventurous statement on the pain and joy of black womanhood. Read a review here: https://bit.ly/2FoKrgi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}