Information about plays

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

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

{
    "id": 351210,
    "uri": "https://api.kexp.org/v2/plays/351210/?format=api",
    "airdate": "2019-07-07T07:59:00-07:00",
    "show": 5852,
    "show_uri": "https://api.kexp.org/v2/shows/5852/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fr3sh",
    "track_id": null,
    "recording_id": null,
    "artist": "Kareem Lotfy",
    "artist_ids": [],
    "album": "Mono No Aware",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PAN"
    ],
    "label_ids": [],
    "release_date": "2017-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track featured in Kelela's amazing new mix: https://soundcloud.com/kelelam/aquaphoria ~ Track is pulled from the 2017 ambient compilation from the progressive label PAN Records ~ https://p-a-n.bandcamp.com/album/v-a-mono-no-aware",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}