Information about plays

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

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

{
    "id": 353397,
    "uri": "https://api.kexp.org/v2/plays/353397/?format=api",
    "airdate": "2019-07-12T08:34:40-07:00",
    "show": 5887,
    "show_uri": "https://api.kexp.org/v2/shows/5887/?format=api",
    "image_uri": "http://coverartarchive.org/release/f2328b37-b7bd-4ac7-8f39-3c6bfa91986f/9468441906-250.jpg",
    "thumbnail_uri": "",
    "song": "I Will Survive",
    "track_id": "f993c331-3ecc-34a3-b5b3-278584256db3",
    "recording_id": null,
    "artist": "Gloria Gaynor",
    "artist_ids": [
        "d5c51c36-ac67-4727-91ed-ee9f0df81a2d"
    ],
    "album": "The Disco Years, Volume 2: On the Beat (1978-1982)",
    "release_id": "f2328b37-b7bd-4ac7-8f39-3c6bfa91986f",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}