Information about plays

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

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

{
    "id": 343376,
    "uri": "https://api.kexp.org/v2/plays/343376/?format=api",
    "airdate": "2019-06-19T08:38:19-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "http://coverartarchive.org/release/51ceab1e-1f98-474f-b906-caef1cf6b5b6/7611131367-250.jpg",
    "thumbnail_uri": "",
    "song": "Ground on Down",
    "track_id": "9ff24a72-a3a9-30ae-bfdc-b612be5a37d6",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Fight for Your Mind",
    "release_id": "51ceab1e-1f98-474f-b906-caef1cf6b5b6",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Ben Harper's performance live in KEXP studios in 2016: https://www.youtube.com/watch?v=6Y4tEymZPw4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}