Information about plays

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

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

{
    "id": 382002,
    "uri": "https://api.kexp.org/v2/plays/382002/?format=api",
    "airdate": "2019-09-17T13:45:42-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/cc64c7f3-4f37-4e0d-86c2-55651e07f8d4/21784241652-250.jpg",
    "thumbnail_uri": "",
    "song": "For No One Else",
    "track_id": "6fe5787a-50c9-3f46-a47d-c2dd4182ccf2",
    "recording_id": null,
    "artist": "The Spinanes",
    "artist_ids": [
        "ea8aba9a-0163-439b-91ff-fe02e9d67663"
    ],
    "album": "Strand",
    "release_id": "cc64c7f3-4f37-4e0d-86c2-55651e07f8d4",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1996-02-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Strand\" was a featured \"lost classic\" at this website:  http://magnetmagazine.com/2009/03/13/lost-classics-the-spinanes-strand/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}