Information about plays

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

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

{
    "id": 352315,
    "uri": "https://api.kexp.org/v2/plays/352315/?format=api",
    "airdate": "2019-07-09T22:24:00-07:00",
    "show": 5872,
    "show_uri": "https://api.kexp.org/v2/shows/5872/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tears Run Rings",
    "track_id": "57adc62f-a6d1-3885-9d85-cbd570738328",
    "recording_id": null,
    "artist": "Marc Almond",
    "artist_ids": [
        "d67e6b0a-d2c6-4e4a-ba30-7834701535a1"
    ],
    "album": "The Stars We Are",
    "release_id": "0e2da1ef-a41e-4f9e-b5d2-6d3c89dafe78",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marc Almond was the leader of the band Soft Cell. He turns 62 today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}