Information about plays

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

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

{
    "id": 347307,
    "uri": "https://api.kexp.org/v2/plays/347307/?format=api",
    "airdate": "2019-06-28T06:09:38-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b7e296b-9b1c-4651-9cd3-acccb0195cb1/14435326465-250.jpg",
    "thumbnail_uri": "",
    "song": "Turning Light",
    "track_id": "18924cd5-4597-4203-9392-761a2bb879e2",
    "recording_id": null,
    "artist": "Amber Arcades",
    "artist_ids": [
        "97044afe-20a1-4a54-8320-12a675c907ca"
    ],
    "album": "Fading Lines",
    "release_id": "7b7e296b-9b1c-4651-9cd3-acccb0195cb1",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amber Arcades is the stage name of Annelotte de Graaf, a Dutch singer-songwriter from Utrecht.  Follow this link to her Facebook page:  https://www.facebook.com/AmberArcades/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}