Information about plays

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

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

{
    "id": 354313,
    "uri": "https://api.kexp.org/v2/plays/354313/?format=api",
    "airdate": "2019-07-14T13:56:44-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/fe62c325-4d17-4e0a-90a9-06482c2324b4/14821753304-250.jpg",
    "thumbnail_uri": "",
    "song": "Reality TV",
    "track_id": "c8b1acf6-4ba6-4f63-8046-d2ef6c8fef62",
    "recording_id": null,
    "artist": "Beat Connection",
    "artist_ids": [
        "a1fc7a42-4a51-45aa-bdec-b83d6924724b"
    ],
    "album": "Product 3",
    "release_id": "fe62c325-4d17-4e0a-90a9-06482c2324b4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Beat Connection performed live at KEXP in 2015 - check it out here: https://www.youtube.com/watch?v=DrVRu541-JM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}