Information about plays

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

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

{
    "id": 380077,
    "uri": "https://api.kexp.org/v2/plays/380077/?format=api",
    "airdate": "2019-09-12T17:40:00-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "90210",
    "track_id": "922f9f2d-795c-4c74-9e05-e9c4501400b6",
    "recording_id": null,
    "artist": "The Courtneys",
    "artist_ids": [
        "6d8eb24b-166c-4c26-bd14-92814e395901"
    ],
    "album": "The Courtneys",
    "release_id": "fe6fb783-d949-4047-bd58-9a64f433c548",
    "release_group_id": null,
    "labels": [
        "Hockey Dad Records"
    ],
    "label_ids": [],
    "release_date": "2013-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Courtneys will be playing SEAchanger along with Best Coast and hosted by Abbie! SEAchanger is a waterfront concert benefitting Seattle’s unsheltered families hosted by Starbucks, KEXP & Friends Of Waterfront \n\nOne hundred percent of the ticket price will be donated to Mary’s Place and Wellspring Family Services. Saturday, September 14th at Myrtle Edwards Park | 4PM Find tickets here: https://www.kexp.org/seachanger/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}