Information about plays

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

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

{
    "id": 1272865,
    "uri": "https://api.kexp.org/v2/plays/1272865/?format=api",
    "airdate": "2007-08-29T18:01:00-07:00",
    "show": 22282,
    "show_uri": "https://api.kexp.org/v2/shows/22282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summertime",
    "track_id": "eb8e3c56-c23c-4a95-8ad3-4d8f160dec5e",
    "recording_id": null,
    "artist": "The Zombies",
    "artist_ids": [
        "230ca093-1d00-4c57-9235-147942f66930"
    ],
    "album": "Time of the Zombies (disc 1)",
    "release_id": "98d57754-623c-434b-80b3-cd21e77f92ef",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}