Information about plays

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

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

{
    "id": 350193,
    "uri": "https://api.kexp.org/v2/plays/350193/?format=api",
    "airdate": "2019-07-04T21:25:38-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/36d0be6d-e14b-40a5-9733-42029fbaddf0/23252931560-250.jpg",
    "thumbnail_uri": "",
    "song": "Lay Me down",
    "track_id": "1c9d9759-64a5-41bf-b502-de10f5e2f495",
    "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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known as the guitarist and bassist for the popular soul funk band The Internet, Steve Lacy recently release his highly anticipated debut solo album, “Apollo XXI https://stevelacyofficial.bandcamp.com/album/apollo-xxi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}