Information about plays

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

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

{
    "id": 343858,
    "uri": "https://api.kexp.org/v2/plays/343858/?format=api",
    "airdate": "2019-06-20T08:49:49-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2/11639680608-250.jpg",
    "thumbnail_uri": "",
    "song": "Under Pressure",
    "track_id": "b688b171-61af-306a-91af-80545060bfe5",
    "recording_id": null,
    "artist": "Queen & David Bowie",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "Best of Bowie",
    "release_id": "75aa0b1d-c11f-3dfc-bf60-05f5fbf55ad2",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Queen guitarist Brian May about this song, Bowie insisted that \"he and Mercury shouldn’t hear what the other had sung, swapping verses blind, which helped give the song its cut-and-paste feel.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}