Information about plays

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

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

{
    "id": 370669,
    "uri": "https://api.kexp.org/v2/plays/370669/?format=api",
    "airdate": "2019-08-22T02:55:50-07:00",
    "show": 6176,
    "show_uri": "https://api.kexp.org/v2/shows/6176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boom Bound Paralysis",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul Arambula",
    "artist_ids": [],
    "album": "No Order in Destiny",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kashual Plastik"
    ],
    "label_ids": [
        "6194f784-e5bf-40e6-a120-08ee232435fa"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic and Industrial-leaning compositions - https://kashual.bandcamp.com/album/v-a-no-order-in-destiny",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}