Information about plays

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

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

{
    "id": 1177863,
    "uri": "https://api.kexp.org/v2/plays/1177863/?format=api",
    "airdate": "2006-12-28T09:11:15-08:00",
    "show": 20653,
    "show_uri": "https://api.kexp.org/v2/shows/20653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mockingbirds",
    "track_id": null,
    "recording_id": null,
    "artist": "Grant Lee Buffalo",
    "artist_ids": [
        "b2ccf20a-0569-4375-a486-7ca9c5e65afc"
    ],
    "album": "Strom Hymnal",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slash Records"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "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"
}