Information about plays

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

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

{
    "id": 355546,
    "uri": "https://api.kexp.org/v2/plays/355546/?format=api",
    "airdate": "2019-07-17T09:37:25-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bittersweet Escape (feat. BCUC, Nonku Phiri & Mr Jukes)",
    "track_id": "1495d636-6818-445c-bcfd-a961ec9be358",
    "recording_id": null,
    "artist": "Africa Express",
    "artist_ids": [
        "64e82e9d-03c0-4cf7-ac48-bf5e1f07f2b2"
    ],
    "album": "EGOLI",
    "release_id": "763f8279-f5a2-4ac9-a935-7c1a8cb47060",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The fourth album from this British-based cross-cultural project was made in South Africa and features a wide variety of South African artists, along with a few other Africa Express regulars like Damon Albarn, Gruff Rhys and Nick Zinner.\" Read more of KEXP's new music reviews here: https://www.kexp.org/read/2019/7/15/new-music-reviews-715/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}