Information about plays

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

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

{
    "id": 370910,
    "uri": "https://api.kexp.org/v2/plays/370910/?format=api",
    "airdate": "2019-08-22T15:58:53-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hammer Into Anvil",
    "track_id": "db931f36-d7d1-4bb2-8edd-bd7c08ff5aed",
    "recording_id": null,
    "artist": "Ikebe Shakedown",
    "artist_ids": [
        "55008116-f7aa-4f68-b713-b6c947f7d43c"
    ],
    "album": "Kings Left Behind",
    "release_id": "3add5642-bc4b-46df-b444-096bdbf49293",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "en years ago, Ikebe Shakedown began pushing the boundaries of instrumental music. Each new track and live set has sent them deeper into combining the foundational elements of ’70s soul, raw psychedelic style, and cinematic Western soundtracks with powerful grooves and soaring melodies. <br/><br/>https://ikebeshakedown.com/pages/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}