Information about plays

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

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

{
    "id": 368616,
    "uri": "https://api.kexp.org/v2/plays/368616/?format=api",
    "airdate": "2019-08-17T09:30:51-07:00",
    "show": 6143,
    "show_uri": "https://api.kexp.org/v2/shows/6143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rasta Government",
    "track_id": "e06da2cc-73a2-4472-9981-30b75447e79f",
    "recording_id": null,
    "artist": "Takana Zion",
    "artist_ids": [],
    "album": "Rasta Government",
    "release_id": "1f96ed8c-308e-405f-9abd-6d033e519214",
    "release_group_id": null,
    "labels": [
        "Soulbeats Records"
    ],
    "label_ids": [
        "c1ca9ba6-af1f-4159-8ef0-39296e6ffac5"
    ],
    "release_date": "2011-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}