Information about plays

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

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

{
    "id": 353261,
    "uri": "https://api.kexp.org/v2/plays/353261/?format=api",
    "airdate": "2019-07-12T00:03:23-07:00",
    "show": 5885,
    "show_uri": "https://api.kexp.org/v2/shows/5885/?format=api",
    "image_uri": "http://coverartarchive.org/release/e9260e60-12d9-45b6-b7a5-f997f5d076ff/23166276088-250.jpg",
    "thumbnail_uri": "",
    "song": "Georgia",
    "track_id": "3b5bbba8-1d32-495c-baa4-d14bbfa02f56",
    "recording_id": null,
    "artist": "Kevin Abstract",
    "artist_ids": [
        "3cd2e1c5-e7ff-4bc8-b281-1e3059d128d6"
    ],
    "album": "ARIZONA BABY",
    "release_id": "e9260e60-12d9-45b6-b7a5-f997f5d076ff",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arizona Baby is the third studio album by American rapper Kevin Abstract, released April 2019 by Question Everything, Inc. through RCA Records.  It was produced by Jack Antonoff and Abstract's fellow Brockhampton member Romil Hemnani.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}