Information about plays

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

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

{
    "id": 377233,
    "uri": "https://api.kexp.org/v2/plays/377233/?format=api",
    "airdate": "2019-09-05T23:04:29-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/763f8279-f5a2-4ac9-a935-7c1a8cb47060/23576097445-250.jpg",
    "thumbnail_uri": "",
    "song": "Welcome (feat. Phuzekhemisi)",
    "track_id": "2f564a3a-b964-4594-969a-fdaca0d45065",
    "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": "Damon Albarn’s Africa Express is a nice idea, an attempt to create a level collaborative playing field between western and African artists, devoid of the patronisation and cultural appropriation that has plagued their relationship in the past. https://africaexpress.bandcamp.com/album/egoli",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}