Information about plays

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

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

{
    "id": 357179,
    "uri": "https://api.kexp.org/v2/plays/357179/?format=api",
    "airdate": "2019-07-21T07:20:51-07:00",
    "show": 5954,
    "show_uri": "https://api.kexp.org/v2/shows/5954/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Japanese Dream",
    "track_id": null,
    "recording_id": null,
    "artist": "Ariel Kalma",
    "artist_ids": [],
    "album": "Nuits Blanches au Studio 116",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Transversales Disques"
    ],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nuits Blanches au Studio 116 features unreleased rarities from Ariel Kalma’s personal archives recorded in the legendary GRM’s Studio 116 during the 70’s ~ https://transversales.bandcamp.com/album/nuits-blanches-au-studio-116",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}