Information about plays

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

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

{
    "id": 372522,
    "uri": "https://api.kexp.org/v2/plays/372522/?format=api",
    "airdate": "2019-08-26T10:41:22-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/939aec22-c8a9-3d4f-885b-d82446ad2c3b/4812179030-250.jpg",
    "thumbnail_uri": "",
    "song": "Lisztomania",
    "track_id": "e18a87f2-7386-38ec-8e73-27f34d441b13",
    "recording_id": null,
    "artist": "Phoenix",
    "artist_ids": [
        "8d455809-96b3-4bb6-8829-ea4beb580d35"
    ],
    "album": "Wolfgang Amadeus Phoenix",
    "release_id": "939aec22-c8a9-3d4f-885b-d82446ad2c3b",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2009-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edward writes about his mixtape that \"music has the power to connect us...and...music gives us a commonality with others.\"  Here are the lyrics to \"Lisztomania\" by Phoenix:   https://www.songfacts.com/lyrics/phoenix/lisztomania",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}