Information about plays

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

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

{
    "id": 353209,
    "uri": "https://api.kexp.org/v2/plays/353209/?format=api",
    "airdate": "2019-07-11T21:07:39-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unqualified",
    "track_id": "bb48cbc3-fc23-458e-bb26-55e8c93c9971",
    "recording_id": null,
    "artist": "Ikebe Shakedown",
    "artist_ids": [
        "55008116-f7aa-4f68-b713-b6c947f7d43c"
    ],
    "album": "Kings Left Behind",
    "release_id": "3add5642-bc4b-46df-b444-096bdbf49293",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Ikebe Shakedown record, Kings Left Behind, out on Colemine Records on August 16th https://ikebeshakedown-clmn.bandcamp.com/album/kings-left-behind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}