Information about plays

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

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

{
    "id": 373012,
    "uri": "https://api.kexp.org/v2/plays/373012/?format=api",
    "airdate": "2019-08-27T14:27:47-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/29999cc0-769d-4b11-9117-eff0c2f0d581/23768387753-250.jpg",
    "thumbnail_uri": "",
    "song": "Falling Down the Stairs of Your Smile",
    "track_id": "2d9ff866-e26b-43b5-b5f3-5828894697e4",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Falling Down the Stairs of Your Smile",
    "release_id": "29999cc0-769d-4b11-9117-eff0c2f0d581",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In a press release, A.C. Newman says of the lead track, “There are so many songs like ‘the something of love’—you know, there’s ‘The Book of Love,’ ‘The Freeway of Love’.... Then I thought of ‘falling down the stairs of your love,’ and I thought, that kind of works. I think it has that element of how do you deal with the ideas of love and happiness in this world right now? When current events are stressful, that makes a stress on people’s relationships, and you’re trying to figure out how to be happy in this loving relationship in this world that seems ugly at every turn.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}