Information about plays

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

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

{
    "id": 2680857,
    "uri": "https://api.kexp.org/v2/plays/2680857/?format=api",
    "airdate": "2020-01-01T15:01:51-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/36d0be6d-e14b-40a5-9733-42029fbaddf0/23252931560-250.jpg",
    "thumbnail_uri": "",
    "song": "Guide",
    "track_id": "b58f00cf-262b-40d2-b17c-32b20e7fc484",
    "recording_id": null,
    "artist": "Steve Lacy",
    "artist_ids": [
        "b29020d6-5dbf-4c99-b16f-c009f8a712ff"
    ],
    "album": "Apollo XXI",
    "release_id": "36d0be6d-e14b-40a5-9733-42029fbaddf0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Apollo XXI is the solo debut studio album by American musician Steve Lacy. It was released on May 24, 2019 by 3qtr, under license to AWOL Recordings America. It was preceded by the singles \"N Side\", \"Playground\", and \"Hate CD\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}