Information about plays

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

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

{
    "id": 350407,
    "uri": "https://api.kexp.org/v2/plays/350407/?format=api",
    "airdate": "2019-07-05T10:08:32-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/f34796eb-2e70-4571-b8dc-daf284ffdddb/7216110067-250.jpg",
    "thumbnail_uri": "",
    "song": "Weight of Love",
    "track_id": "d09775b6-443e-4f87-938b-0fd601109774",
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Turn Blue",
    "release_id": "f34796eb-2e70-4571-b8dc-daf284ffdddb",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2014-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Keys play the Tacoma Dome with Modest Mouse and Shannon and the Clams on Saturday, November 23.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}