Information about plays

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

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

{
    "id": 356082,
    "uri": "https://api.kexp.org/v2/plays/356082/?format=api",
    "airdate": "2019-07-18T15:22:52-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/781257d8-e039-4af8-9a65-e50fdc8fa7c7/20706655537-250.jpg",
    "thumbnail_uri": "",
    "song": "Four Years",
    "track_id": "975409fb-9884-4c20-adbc-49635894955a",
    "recording_id": null,
    "artist": "Cullen Omori",
    "artist_ids": [
        "0a6a3255-d45b-456b-836c-0e3519014129"
    ],
    "album": "The Diet",
    "release_id": "781257d8-e039-4af8-9a65-e50fdc8fa7c7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cullen Omori (Previously of Smith Westerns) stopped by KEXP last summer, check out the session here: <br/><br/>https://www.youtube.com/watch?v=Mo0m0kDo4ro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}