Information about plays

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

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

{
    "id": 377445,
    "uri": "https://api.kexp.org/v2/plays/377445/?format=api",
    "airdate": "2019-09-06T11:20:57-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/6ad45cd2-d551-4149-b386-de3034170338/15425732604-250.jpg",
    "thumbnail_uri": "",
    "song": "For You and I",
    "track_id": "08e9d113-c6dc-3374-baf2-20227978cc2e",
    "recording_id": null,
    "artist": "Keren Ann",
    "artist_ids": [
        "8bb436cd-8fbf-48c6-9fc8-a172c27e24ba"
    ],
    "album": "Nolita",
    "release_id": "6ad45cd2-d551-4149-b386-de3034170338",
    "release_group_id": null,
    "labels": [
        "Metro Blue"
    ],
    "label_ids": [
        "1e86b52b-5c23-4189-b753-951a119b4f61"
    ],
    "release_date": "2005-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP celebrated \"Mixtape Week\" last week, receiving over 300 mixtapes from listeners all over the world and playing selections from many of them on air. This song comes from Ryan's mixtape \"The Get Over.\" See more: https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}