Information about plays

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

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

{
    "id": 423945,
    "uri": "https://api.kexp.org/v2/plays/423945/?format=api",
    "airdate": "2001-05-13T09:25:15-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IgsLqaFlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IgsLqaFlL._SL75_.jpg",
    "song": "Walking The Backstreets",
    "track_id": null,
    "recording_id": null,
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Matriarch of the Blues",
    "release_id": "b8c509f8-36e0-4035-bdb8-3b84573cb7e0",
    "release_group_id": null,
    "labels": [
        "Private Music"
    ],
    "label_ids": [
        "48e05d59-41a2-435c-9f74-7df9bc1181cc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}