Information about plays

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

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

{
    "id": 353006,
    "uri": "https://api.kexp.org/v2/plays/353006/?format=api",
    "airdate": "2019-07-11T11:54:44-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Astral Plane",
    "track_id": "d63fc3d2-bf1c-4844-8fec-b9fa03ed4dbc",
    "recording_id": null,
    "artist": "Flamingods",
    "artist_ids": [
        "5359dc95-f340-4108-960c-0afdc13584ab"
    ],
    "album": "Levitation",
    "release_id": "7f675d0e-41ca-4ef9-9132-4becb9f07891",
    "release_group_id": null,
    "labels": [
        "もしもし"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Flamingods playing live at Kex Hostel in Reykjavik during Iceland Airwaves 2018: https://www.youtube.com/watch?v=_s9_Fh_jFZI&t=11s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}