Information about plays

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

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

{
    "id": 2681539,
    "uri": "https://api.kexp.org/v2/plays/2681539/?format=api",
    "airdate": "2020-01-03T07:14:42-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close Your Eyes - We Are Blind",
    "track_id": "a7e44ec7-180b-3b3d-a62a-de0f67384eb1",
    "recording_id": null,
    "artist": "Alaska in Winter",
    "artist_ids": [
        "29a001b5-271a-4359-815f-32c6671843e0"
    ],
    "album": "Dance Party in the Balkans",
    "release_id": "f4bf3a62-d0a1-484b-bf3e-aee0bb378059",
    "release_group_id": null,
    "labels": [
        "Milan"
    ],
    "label_ids": [
        "41099e29-7301-4fa3-86a4-8d510157b275"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, that's Beirut's Zach Condon singing on this Alaska in Winter tune.: https://www.youtube.com/watch?v=A5GFkhWjtSQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}