Information about plays

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

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

{
    "id": 377220,
    "uri": "https://api.kexp.org/v2/plays/377220/?format=api",
    "airdate": "2019-09-05T22:21:00-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lying Awake in the Dark",
    "track_id": "7c264764-637f-4ca2-9438-9d1297741ab7",
    "recording_id": null,
    "artist": "Pickwick",
    "artist_ids": [
        "1f025caf-b67f-42ab-a3bf-38cc510ed21c"
    ],
    "album": "LoveJoys",
    "release_id": "f0cd3738-945d-4993-a78b-ee94e0792818",
    "release_group_id": null,
    "labels": [
        "Kung Fu Records"
    ],
    "label_ids": [
        "48facae9-4271-497f-bdb1-b79fc98e5cbb"
    ],
    "release_date": "2017-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pickwick is a band from Seattle, WA. Their new album, LoveJoys, is out now. And you can see them performing LIVE in Tacoma on November 22 at Fawcett Hall at Alma Mater",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}