Information about plays

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

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

{
    "id": 2674750,
    "uri": "https://api.kexp.org/v2/plays/2674750/?format=api",
    "airdate": "2019-12-18T03:31:00-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fear My Society",
    "track_id": null,
    "recording_id": null,
    "artist": "The Wants",
    "artist_ids": [
        "c90e0b5c-fd79-4b5a-b539-1297a0f1dc38"
    ],
    "album": "Fear My Society",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of the track itself, frontman Madison Velding-VanDam says: “‘Fear My Society’ is a song that has gone through multiple genre shifts and moods until it finally clicked this past year. In one sense, the lyrics couldn’t be more straightforward — a reflection of the always-shifting (though recently seismically so) political, economic, and technological atmosphere of the United States. But I didn’t write the song in reaction to this. I was reflecting on the pressures I put on myself to achieve — “will you love me if I’m a failure?” is an honest concern of mine, a universal and primal concern that spans generations and even species. I’m interested in always pushing a step further towards what scares me.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}