Information about plays

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

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

{
    "id": 349710,
    "uri": "https://api.kexp.org/v2/plays/349710/?format=api",
    "airdate": "2019-07-03T18:24:00-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "36-22-36",
    "track_id": "043cb070-0248-3f3d-9c6b-48c57f4afb30",
    "recording_id": null,
    "artist": "Bobby “Blue” Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Here's the Man!!!",
    "release_id": "62dc0032-9fa0-4f36-bfca-d3e92709bc87",
    "release_group_id": null,
    "labels": [
        "Duke"
    ],
    "label_ids": [],
    "release_date": "1962-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Discography: http://www.soulfulkindamusic.net/bbland.htm ; https://www.blackpast.org/african-american-history/bland-bobby-blue-1930",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}