Information about plays

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

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

{
    "id": 377357,
    "uri": "https://api.kexp.org/v2/plays/377357/?format=api",
    "airdate": "2019-09-06T06:34:01-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/c21ec99d-43a3-4875-82e7-673521ecd8a6/23724303315-250.jpg",
    "thumbnail_uri": "",
    "song": "The Runner",
    "track_id": "ee5b6354-56b0-4ccb-ae79-9871b1c4aad0",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost Part 2",
    "release_id": "c21ec99d-43a3-4875-82e7-673521ecd8a6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Foals has just released this new track from \"Everything Not Saved Will Be Lost--Part 2,\" due for release on October 18th.  In a press release, frontman Yannis Philippakis said of the song: β€œIt’s a call to find a sense of purpose and perseverance despite the odds and despite the troubles we may find inside or outside ourselves.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}