Information about plays

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

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

{
    "id": 1376082,
    "uri": "https://api.kexp.org/v2/plays/1376082/?format=api",
    "airdate": "2008-05-19T17:55:56-07:00",
    "show": 24019,
    "show_uri": "https://api.kexp.org/v2/shows/24019/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rxDw-jR8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rxDw-jR8L._SL75_.jpg",
    "song": "Mea Culpa",
    "track_id": null,
    "recording_id": null,
    "artist": "David Byrne and Brian Eno",
    "artist_ids": [
        "bf6e1d7a-511e-4131-b3c6-de49dcbb4ba2"
    ],
    "album": "My Life in the Bush of Ghosts",
    "release_id": "c2404208-9e35-458b-b0b6-40f5337f7ed1",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "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"
}