Information about plays

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

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

{
    "id": 354588,
    "uri": "https://api.kexp.org/v2/plays/354588/?format=api",
    "airdate": "2019-07-15T07:15:49-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Modern Leper",
    "track_id": "dc6d6e78-17f8-4af1-bf8b-a4c69325efe5",
    "recording_id": null,
    "artist": "Julien Baker",
    "artist_ids": [
        "e3bda984-f349-4924-b4b8-f72478bbb3f3"
    ],
    "album": "Tiny Changes: A celebration of the Midnight Organ Fight",
    "release_id": "db9fce4e-78de-4502-8f15-09c5968dadb6",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scott Hutchison sang, “While I’m alive, I’ll make tiny changes to earth”.:  https://www.theskinny.co.uk/music/reviews/albums/tiny-changes-a-celebration-of-frightened-rabbits-the-midnight-organ-fight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}