Information about plays

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

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

{
    "id": 437207,
    "uri": "https://api.kexp.org/v2/plays/437207/?format=api",
    "airdate": "2001-06-21T22:28:14-07:00",
    "show": 7363,
    "show_uri": "https://api.kexp.org/v2/shows/7363/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513qerxpAyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513qerxpAyL._SL75_.jpg",
    "song": "Super Bowl Sundae",
    "track_id": "ec82d1bb-bec8-45c2-bba2-b116582542fe",
    "recording_id": null,
    "artist": "Ozomatli",
    "artist_ids": [
        "7e54639b-ee66-4452-a612-918d4c3c73c4"
    ],
    "album": "Ya Llego!",
    "release_id": "ced97e92-c8a3-494d-a6d7-820b638552a8",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}