Information about plays

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

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

{
    "id": 350055,
    "uri": "https://api.kexp.org/v2/plays/350055/?format=api",
    "airdate": "2019-07-04T14:04:33-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All The Stars",
    "track_id": "dc351c53-a921-4a37-932b-e76aa19495bf",
    "recording_id": null,
    "artist": "Kendrick Lamar, SZA",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Black Panther: The Album (music from and inspired by)",
    "release_id": "54384b41-9e78-49a7-8a10-383433bd1767",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}