Information about plays

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

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

{
    "id": 351104,
    "uri": "https://api.kexp.org/v2/plays/351104/?format=api",
    "airdate": "2019-07-07T02:03:39-07:00",
    "show": 5851,
    "show_uri": "https://api.kexp.org/v2/shows/5851/?format=api",
    "image_uri": "http://coverartarchive.org/release/16259d14-2313-32cf-a8b3-289b86885632/5961104362-250.jpg",
    "thumbnail_uri": "",
    "song": "Orion",
    "track_id": "b5fcc3eb-1247-3651-8b8e-8aba04133237",
    "recording_id": null,
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Master of Puppets",
    "release_id": "16259d14-2313-32cf-a8b3-289b86885632",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}