Information about plays

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

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

{
    "id": 2675884,
    "uri": "https://api.kexp.org/v2/plays/2675884/?format=api",
    "airdate": "2019-12-20T10:34:02-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f8374c0-8598-3799-8986-a573b9de2d31/2096316329-250.jpg",
    "thumbnail_uri": "",
    "song": "Ready to Start",
    "track_id": "8a969db0-9144-3bdd-954f-054e76566176",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "The Suburbs",
    "release_id": "9f8374c0-8598-3799-8986-a573b9de2d31",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2010-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 4.  The third studio album from Canadian band arcade Fire came out on August 2nd, 2010.  Not to put too fine a point on it, but it won Album of the Year at the 2011 Grammy Awards, Best International Album at the 2011 BRIT Awards, Album of the Year at the 2011 Juno Awards, and the 2011 Polaris Music Prize for best Canadian album. (Apparently, others besides KEXP fell in love with it.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}