Information about plays

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

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

{
    "id": 431386,
    "uri": "https://api.kexp.org/v2/plays/431386/?format=api",
    "airdate": "2001-06-04T23:51:25-07:00",
    "show": 7256,
    "show_uri": "https://api.kexp.org/v2/shows/7256/?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": "Generosity",
    "track_id": "0c3dd00e-4246-44b9-87fc-5f163fe581b7",
    "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"
}