Information about plays

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

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

{
    "id": 353266,
    "uri": "https://api.kexp.org/v2/plays/353266/?format=api",
    "airdate": "2019-07-12T00:17:37-07:00",
    "show": 5885,
    "show_uri": "https://api.kexp.org/v2/shows/5885/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "401K",
    "track_id": "1d543c25-0653-47a2-8c6f-b88793f77e86",
    "recording_id": null,
    "artist": "House of Feelings feat. Kip Berman",
    "artist_ids": [
        "37eaf59e-3250-4ef4-9533-aad7bc6db945"
    ],
    "album": "401K",
    "release_id": "d090b25d-7fca-453d-8abf-a6b606d5ef71",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn dance pop polymaths known as House of Feelings are reconvening for the third straight year to assist the season with a fresh session of shimmering dance tracks to soundtrack our imminent dystopia https://houseoffeelings.bandcamp.com/track/401k-feat-kip-berman",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}