Information about plays

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

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

{
    "id": 435516,
    "uri": "https://api.kexp.org/v2/plays/435516/?format=api",
    "airdate": "2001-06-17T04:09:13-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21MRR9QMEHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21MRR9QMEHL._SL75_.jpg",
    "song": "Inside in a Mind",
    "track_id": "766efeb0-1f4c-493d-856c-38f11ff44dcb",
    "recording_id": null,
    "artist": "DJ Cam",
    "artist_ids": [
        "d2e123d0-c53e-4444-a52a-efeff44953c7"
    ],
    "album": "The Beat Assassinated",
    "release_id": "ab4544fb-d1fc-472c-b519-20c5e142159f",
    "release_group_id": null,
    "labels": [
        "Inflamable"
    ],
    "label_ids": [
        "88324cb7-68a8-414b-89d7-447ac5ee79d3"
    ],
    "release_date": "1998-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}