Information about plays

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

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

{
    "id": 376532,
    "uri": "https://api.kexp.org/v2/plays/376532/?format=api",
    "airdate": "2019-09-04T13:05:00-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Streets of Philadelphia",
    "track_id": "d66a53cd-f0a8-3760-a437-0db641d7a836",
    "recording_id": null,
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Streets of Philadelphia",
    "release_id": "1ff78b41-153a-4215-a2b5-34ffea9a5551",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1994-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I was bruised and battered, I couldn't tell what I felt. <br>\nI was unrecognizable to myself. <br>\nSaw my reflection in a window and didn't know my own face. <br>  <br> Bruce Springsteen wrote and performed this song for the film <i>Philadelphia</i>. It was released as a single in 1994. The song won many awards, including an Academy Award for Best Original Song and four Grammy Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}