Information about plays

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

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

{
    "id": 1196908,
    "uri": "https://api.kexp.org/v2/plays/1196908/?format=api",
    "airdate": "2007-02-14T19:40:00-08:00",
    "show": 20980,
    "show_uri": "https://api.kexp.org/v2/shows/20980/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TUahDsXyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TUahDsXyL._SL75_.jpg",
    "song": "Little Ba-By",
    "track_id": "1f49a71b-1eca-4faa-a211-4354f3f7fad7",
    "recording_id": null,
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "The New Lee Dorsey",
    "release_id": "5631e6da-d2d3-4484-a5c7-bed61ac1d5e9",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "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"
}