Information about plays

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

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

{
    "id": 2683207,
    "uri": "https://api.kexp.org/v2/plays/2683207/?format=api",
    "airdate": "2020-01-07T10:08:06-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://coverartarchive.org/release/9bcd15ef-f472-3151-b4f3-ecef9d64553e/3778560343-250.jpg",
    "thumbnail_uri": "",
    "song": "Army of Me",
    "track_id": "cb45d3e6-b5ef-32bf-b1c1-89687866005e",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Post",
    "release_id": "9bcd15ef-f472-3151-b4f3-ecef9d64553e",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For a fascinating dive into the structure and production of this song, enjoy this case study of \"Army of Me\": http://www.bolasound.com/blog/2016/6/25/case-study-army-of-me-bjork",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}