Information about plays

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

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

{
    "id": 2683100,
    "uri": "https://api.kexp.org/v2/plays/2683100/?format=api",
    "airdate": "2020-01-07T03:57:09-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/80727694-3ec0-3bb7-9c08-afa06dae8f3d/5507836043-250.jpg",
    "thumbnail_uri": "",
    "song": "I Am a Scientist",
    "track_id": "995589b6-a484-393a-b23d-1a9d4a23dbae",
    "recording_id": null,
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Bee Thousand",
    "release_id": "80727694-3ec0-3bb7-9c08-afa06dae8f3d",
    "release_group_id": null,
    "labels": [
        "Scat Records"
    ],
    "label_ids": [
        "73cae15c-a3c5-4a07-9ac8-ec943519dc21"
    ],
    "release_date": "1994-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out \"The Rally Boys\" from Guided By Voices on the KEXP blog: https://www.kexp.org/read/2019/1/8/guided-voices-share-anthemic-single-rally-boys/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}