Information about plays

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

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

{
    "id": 2681574,
    "uri": "https://api.kexp.org/v2/plays/2681574/?format=api",
    "airdate": "2020-01-03T09:10:14-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6ead28b-f11f-4d40-9d4a-772708bfb254/21066901849-250.jpg",
    "thumbnail_uri": "",
    "song": "Bassackwards",
    "track_id": "27d6c5aa-49be-4230-9f44-60141ebcf5b2",
    "recording_id": null,
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Bottle It In",
    "release_id": "c6ead28b-f11f-4d40-9d4a-772708bfb254",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vanity Fair says that birthday boy Kurt Vile (born on this date in 1980) is \"rock's most well-read dad\": https://www.vanityfair.com/style/2018/10/kurt-vile-bottle-it-in-interview  He'll be here in Seattle with Cate Le Bon at The Neptune Theatre on Thursday, April 30th, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}