Information about plays

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

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

{
    "id": 371706,
    "uri": "https://api.kexp.org/v2/plays/371706/?format=api",
    "airdate": "2019-08-24T10:21:48-07:00",
    "show": 6191,
    "show_uri": "https://api.kexp.org/v2/shows/6191/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Thanks to Jah",
    "track_id": "9accd6b6-41ed-42da-ad2f-48615a2c3383",
    "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"
}