Information about plays

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

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

{
    "id": 428883,
    "uri": "https://api.kexp.org/v2/plays/428883/?format=api",
    "airdate": "2001-05-28T11:30:00-07:00",
    "show": 7208,
    "show_uri": "https://api.kexp.org/v2/shows/7208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kill the Sexplayer",
    "track_id": "b9c9d91c-66a8-4d96-b992-741b9f50f91a",
    "recording_id": null,
    "artist": "Girls Against Boys",
    "artist_ids": [
        "837cd182-8da4-4c1c-924c-03daf72f0237"
    ],
    "album": "8 Rounds: GVSB vs. GBV",
    "release_id": "d79cf0b4-70fc-4f3f-8bb9-edc5997106f1",
    "release_group_id": null,
    "labels": [
        "radiopaque"
    ],
    "label_ids": [],
    "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"
}