Information about plays

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

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

{
    "id": 450140,
    "uri": "https://api.kexp.org/v2/plays/450140/?format=api",
    "airdate": "2001-07-29T22:42:00-07:00",
    "show": 7613,
    "show_uri": "https://api.kexp.org/v2/shows/7613/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DRKN9ERNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DRKN9ERNL._SL75_.jpg",
    "song": "Ramifications",
    "track_id": "f3aea3ff-cfa2-4d03-be86-f30c3e178c13",
    "recording_id": null,
    "artist": "Ellery Eskelin",
    "artist_ids": [
        "0bacf107-3b73-42b4-a720-2f64a772e034"
    ],
    "album": "Ramifications",
    "release_id": "e15af6cc-56a4-47c8-ac5a-952cf35352d2",
    "release_group_id": null,
    "labels": [
        "hatOLOGY"
    ],
    "label_ids": [
        "156c9783-4159-4ed5-9121-bb4a6d260dc6"
    ],
    "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"
}