Information about plays

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

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

{
    "id": 371457,
    "uri": "https://api.kexp.org/v2/plays/371457/?format=api",
    "airdate": "2019-08-23T19:58:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dang (feat. Anderson Paak) (clean)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mac Miller",
    "artist_ids": [
        "a0e8a1b1-5f8f-475a-a253-17415c17d0ff"
    ],
    "album": "The Divine Feminime",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Records"
    ],
    "label_ids": [],
    "release_date": "2016-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Watch Anderson .Paak speak about his friend Mac Miller at the BET Hip Hop awards. https://www.nme.com/news/music/watch-anderson-paaks-emotional-tribute-mac-miller-bet-hip-hop-awards-2391088",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}