Information about plays

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

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

{
    "id": 435642,
    "uri": "https://api.kexp.org/v2/plays/435642/?format=api",
    "airdate": "2001-06-17T15:56:28-07:00",
    "show": 7335,
    "show_uri": "https://api.kexp.org/v2/shows/7335/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/311JSsqbAhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/311JSsqbAhL._SL75_.jpg",
    "song": "Miss You So Sincerely",
    "track_id": "34561b9c-8cca-46de-a14f-bb6b1ed6d636",
    "recording_id": null,
    "artist": "Super XX Man",
    "artist_ids": [
        "1dae27d3-654f-4573-b917-3c40513908fd"
    ],
    "album": "Volume V",
    "release_id": "71cfa7de-6980-4563-a8ef-6392d9d79c8a",
    "release_group_id": null,
    "labels": [
        "Post-Parlo"
    ],
    "label_ids": [
        "76056175-6f6a-4909-95f4-8297ced29dfc"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}