Information about plays

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

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

{
    "id": 348368,
    "uri": "https://api.kexp.org/v2/plays/348368/?format=api",
    "airdate": "2019-06-30T20:34:00-07:00",
    "show": 5806,
    "show_uri": "https://api.kexp.org/v2/shows/5806/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Love You Secretly (alternate Intro)",
    "track_id": "a23cd5ac-554c-3ea7-b318-92391776dc80",
    "recording_id": null,
    "artist": "The Miracles",
    "artist_ids": [
        "6a4c2d34-7f7f-4f87-b17f-b5540aa840db"
    ],
    "album": "Love Machine: The 70s Collection",
    "release_id": "8d0db4be-a306-4b52-84ee-5c2c1dc05c53",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}