Information about plays

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

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

{
    "id": 377363,
    "uri": "https://api.kexp.org/v2/plays/377363/?format=api",
    "airdate": "2019-09-06T06:51:39-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4bccf9c-38bd-4be9-b606-31a130e36878/17677551083-250.jpg",
    "thumbnail_uri": "",
    "song": "Run to the City",
    "track_id": "04abb3c1-3ec9-4701-878a-994bf59a4773",
    "recording_id": null,
    "artist": "Ted Leo",
    "artist_ids": [
        "3b7051df-c423-4d90-a6ca-aa10c363445d"
    ],
    "album": "The Hanged Man",
    "release_id": "a4bccf9c-38bd-4be9-b606-31a130e36878",
    "release_group_id": null,
    "labels": [
        "SuperEgo Records"
    ],
    "label_ids": [
        "8048998d-1859-4333-8f92-ae66aa8b9e73"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Ted Leo & The Pharmacists live in the KEXP studio in 2017:  https://www.youtube.com/watch?v=ENu89P6CK7E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}