Information about plays

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

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

{
    "id": 377016,
    "uri": "https://api.kexp.org/v2/plays/377016/?format=api",
    "airdate": "2019-09-05T13:29:21-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/11411c54-c40a-3816-91a3-736fcef82262/15529015131-250.jpg",
    "thumbnail_uri": "",
    "song": "Intergalactic",
    "track_id": "dd3be62a-bf2f-31a2-91f5-ab15434523a4",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "11411c54-c40a-3816-91a3-736fcef82262",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another track from Emily's mix is Beastie Boys' Intergalactic. Watch the video here: https://www.youtube.com/watch?v=ln-Jq6X6p-g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}