Information about plays

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

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

{
    "id": 416494,
    "uri": "https://api.kexp.org/v2/plays/416494/?format=api",
    "airdate": "2001-04-19T19:07:49-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4173DJDCMML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4173DJDCMML._SL75_.jpg",
    "song": "Wild Card",
    "track_id": null,
    "recording_id": null,
    "artist": "Tex Williams",
    "artist_ids": [
        "52889ea9-1c52-487e-95a4-8c53f8322ca2"
    ],
    "album": "Vintage Collections",
    "release_id": "ff4fe974-ccd8-4a3a-b920-09e507bea0e3",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}