Information about plays

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

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

{
    "id": 376538,
    "uri": "https://api.kexp.org/v2/plays/376538/?format=api",
    "airdate": "2019-09-04T13:25:40-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/69a25775-3f41-44cf-9ced-c10d5221556f/8079902261-250.jpg",
    "thumbnail_uri": "",
    "song": "Zombie",
    "track_id": "783608eb-f096-3085-9c39-a7842bbed8bc",
    "recording_id": null,
    "artist": "The Cranberries",
    "artist_ids": [
        "c98d40fd-f6cf-4b26-883e-eaa515ee2851"
    ],
    "album": "No Need to Argue",
    "release_id": "69a25775-3f41-44cf-9ced-c10d5221556f",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1994-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cranberries released <i> No Need to Argue</i> in 1994. \"Zombie\" is a protest song written about the 1993 IRA bombing in Warrington, and in memory of two young victims, Johnathan Ball and Tim Parry. <br> <br> With their tanks, and their bombs, And their bombs, and their guns <br> In your head, in your head\nZombie, zombie, zombie-ie-ie <br> https://www.youtube.com/watch?v=6Ejga4kJUts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}