Information about plays

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

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

{
    "id": 349215,
    "uri": "https://api.kexp.org/v2/plays/349215/?format=api",
    "airdate": "2019-07-02T20:13:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Force de Melodie",
    "track_id": "9b049491-60e7-41f8-86c7-a6b395ff1021",
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "Treasures from the Temple",
    "release_id": "05165bdb-d244-4557-b92c-960cc34ac231",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [],
    "release_date": "2018-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our dear friends Thievery Corporation are coming back to Seattle for two nights at The Showbox, mark your calendars November 29th & December 1st. Not to be missed! Experience them LIVE in KEXP studio. Recorded October 5, 2016 https://www.youtube.com/watch?v=5eK6SYVyZRk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}