Information about plays

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

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

{
    "id": 460747,
    "uri": "https://api.kexp.org/v2/plays/460747/?format=api",
    "airdate": "2001-08-29T10:44:00-07:00",
    "show": 7817,
    "show_uri": "https://api.kexp.org/v2/shows/7817/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wy3Az6w-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wy3Az6w-L._SL75_.jpg",
    "song": "Everybody's Got Something to Hide (Except Me and My Monkey)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "Crazy Rhythms",
    "release_id": "0a225f25-0fbd-4dbb-9e07-f0a56e1bd4fe",
    "release_group_id": null,
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}