Information about plays

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

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

{
    "id": 348523,
    "uri": "https://api.kexp.org/v2/plays/348523/?format=api",
    "airdate": "2019-07-01T06:21:57-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d33ef7a-1f5d-4365-b807-b412271b99c3/3778673680-250.jpg",
    "thumbnail_uri": "",
    "song": "Angel",
    "track_id": "c59e69ca-6a51-3207-99f7-025a31732c7d",
    "recording_id": null,
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Mezzanine",
    "release_id": "0d33ef7a-1f5d-4365-b807-b412271b99c3",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1998-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Massive Attack's Daddy G described the song as \"[starting] something we've got to finish. It was a much bigger thing than any member of the band.\" Fun fact: The song samples The Incredible Bongo Band song, \"Last Bongo in Belgium\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}