Information about plays

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

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

{
    "id": 355070,
    "uri": "https://api.kexp.org/v2/plays/355070/?format=api",
    "airdate": "2019-07-16T11:24:26-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "http://coverartarchive.org/release/429ff236-025a-417b-8733-e4d472969d11/16830780881-250.jpg",
    "thumbnail_uri": "",
    "song": "From Blown Speakers",
    "track_id": "bc3f114e-41f0-3e97-abe8-3f9dcd5c68c2",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Electric Version",
    "release_id": "429ff236-025a-417b-8733-e4d472969d11",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-05-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"It came out magical...out from blown speakers...\"  See these Canadians performing this song live: https://www.youtube.com/watch?v=Y15qmM8VpN0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}