Information about plays

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

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

{
    "id": 1303497,
    "uri": "https://api.kexp.org/v2/plays/1303497/?format=api",
    "airdate": "2007-11-17T11:07:00-08:00",
    "show": 22802,
    "show_uri": "https://api.kexp.org/v2/shows/22802/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21F8GGMETCL._SL75_.jpg",
    "song": "More Creation",
    "track_id": "a4895268-c7d6-4d48-99bd-e856b6cdaa05",
    "recording_id": null,
    "artist": "Lennie Hibbert",
    "artist_ids": [
        "4062c824-e095-44da-ad73-67e418df23aa"
    ],
    "album": "Studio One Roots",
    "release_id": "2836046f-9250-49bc-b9c1-f275cea976dc",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [
        "f276f83e-e35b-4767-ba67-904ecff2cab6"
    ],
    "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"
}