Information about plays

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

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

{
    "id": 440358,
    "uri": "https://api.kexp.org/v2/plays/440358/?format=api",
    "airdate": "2001-07-01T03:42:21-07:00",
    "show": 7426,
    "show_uri": "https://api.kexp.org/v2/shows/7426/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41W691KHFQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41W691KHFQL._SL75_.jpg",
    "song": "Surfin' Bird",
    "track_id": "026be19b-e669-4f97-9d60-a2bf2b96d38f",
    "recording_id": null,
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Gravest Hits",
    "release_id": "911c4b43-e2ec-4d6d-8e99-968da1c4bcbe",
    "release_group_id": null,
    "labels": [
        "Illegal Records"
    ],
    "label_ids": [
        "95cedba1-3280-4d90-8ebc-3e2b8f16a680"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}