Information about plays

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

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

{
    "id": 368444,
    "uri": "https://api.kexp.org/v2/plays/368444/?format=api",
    "airdate": "2019-08-16T22:22:00-07:00",
    "show": 6138,
    "show_uri": "https://api.kexp.org/v2/shows/6138/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MultiColourSexLoveFrequency (feat. Nate Jack)",
    "track_id": null,
    "recording_id": null,
    "artist": "Porter Ray",
    "artist_ids": [
        "29776ddc-f7db-4ce6-b318-707e9cc46cba"
    ],
    "album": "Eye Of The Beholder",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2018-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out an interview with Seattle's own Porter Ray on the KEXP blog here: https://www.kexp.org/read/2019/1/10/throwaway-style-porter-ray-and-how-respond-trauma-and-setbacks-grace/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}