Information about plays

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

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

{
    "id": 346091,
    "uri": "https://api.kexp.org/v2/plays/346091/?format=api",
    "airdate": "2019-06-25T18:35:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like the Seasons",
    "track_id": null,
    "recording_id": null,
    "artist": "Onra",
    "artist_ids": [
        "e6a76b1d-2cbb-4587-9c09-6b7333638a0a"
    ],
    "album": "Chinoseries Vol. 3",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "All City Records"
    ],
    "label_ids": [],
    "release_date": "2017-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Summer! French producer, real name Arnaud Bernard, digs through old Chinese vinyl and crafts hip-hop instrumentals from the samples. Third and final instalment in the trilogy Chinoiseries Pt. 3, which features 32 tracks, was made using an MPC https://onra.bandcamp.com/album/chinoiseries-pt-3-all-versions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}