Information about plays

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

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

{
    "id": 357184,
    "uri": "https://api.kexp.org/v2/plays/357184/?format=api",
    "airdate": "2019-07-21T07:48:52-07:00",
    "show": 5954,
    "show_uri": "https://api.kexp.org/v2/shows/5954/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Healesville (feat. Badskin & Joseph Batrouney​)​",
    "track_id": null,
    "recording_id": null,
    "artist": "Albrecht La'Brooy",
    "artist_ids": [],
    "album": "Healesville",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Apollo"
    ],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track off the upcoming release from the Australian duo Albrecht La'Brooy which was recorded in a mud-brick hut on a strawberry crop in the Melbourne countryside ~ https://albrechtlabrooy.bandcamp.com/album/healesville",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}