Information about plays

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

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

{
    "id": 355528,
    "uri": "https://api.kexp.org/v2/plays/355528/?format=api",
    "airdate": "2019-07-17T08:43:46-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Landed",
    "track_id": "9ff827fd-f518-4a91-bedc-05f6c04a7cf0",
    "recording_id": null,
    "artist": "Sad Planets",
    "artist_ids": [
        "34d1a221-9dc8-4683-bcc0-ccf21115f9ec"
    ],
    "album": "Akron, Ohio",
    "release_id": "1334a67d-90b8-4b31-9a28-fe15568aa6c3",
    "release_group_id": null,
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2019-04-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the official video from  Patrick Carney's (of The Black Keys) other band: https://www.youtube.com/watch?v=ZYnZyZNMpYw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}