Information about plays

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

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

{
    "id": 352087,
    "uri": "https://api.kexp.org/v2/plays/352087/?format=api",
    "airdate": "2019-07-09T11:40:57-07:00",
    "show": 5868,
    "show_uri": "https://api.kexp.org/v2/shows/5868/?format=api",
    "image_uri": "http://coverartarchive.org/release/150adf98-38df-441e-b091-739a511befcb/19764225293-250.jpg",
    "thumbnail_uri": "",
    "song": "Hey Angel",
    "track_id": "6fbca8f8-c9e2-43de-b178-3a88055806b1",
    "recording_id": null,
    "artist": "Johnny Marr",
    "artist_ids": [
        "ff621094-2a76-401f-8398-b75b5fd2be24"
    ],
    "album": "Call the Comet",
    "release_id": "150adf98-38df-441e-b091-739a511befcb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}