Information about plays

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

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

{
    "id": 357711,
    "uri": "https://api.kexp.org/v2/plays/357711/?format=api",
    "airdate": "2019-07-22T16:36:05-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Young to Burn",
    "track_id": "28d5c7d0-3f9f-494e-bf78-48bb23d1d5ca",
    "recording_id": null,
    "artist": "Sonny & The Sunsets",
    "artist_ids": [
        "c0598d2a-803b-4950-9336-a8155d418561"
    ],
    "album": "Tomorrow Is Alright",
    "release_id": "248f244b-989f-4361-acc0-a4941da3444a",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records, LLC"
    ],
    "label_ids": [
        "349fc96d-a6d3-4b63-8f24-b9534932e933"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonny & The Sunsets will be playing at the Sunset Tavern on Saturday, September 7th. Show info: https://bit.ly/2xZimbZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}