Information about plays

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

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

{
    "id": 343998,
    "uri": "https://api.kexp.org/v2/plays/343998/?format=api",
    "airdate": "2019-06-20T15:57:14-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf9ccaf9-3b92-4372-9ea0-9044951710fd/22759015784-250.jpg",
    "thumbnail_uri": "",
    "song": "Hurricane Laughter",
    "track_id": "0dfe8d38-2a00-4b8c-b943-d0a6280d853f",
    "recording_id": null,
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "Dogrel",
    "release_id": "cf9ccaf9-3b92-4372-9ea0-9044951710fd",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-04-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After their INSANE show at Neumos last Month, Fontaines DC will be back in Seattle at Neumos again on September 22nd! In the meantime check out the video of their latest session here at KEXP on the afternoon show: <br/><br/> https://www.youtube.com/watch?v=hvv3ewYCyIU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}