Information about plays

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

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

{
    "id": 1050380,
    "uri": "https://api.kexp.org/v2/plays/1050380/?format=api",
    "airdate": "2006-01-27T23:01:07-08:00",
    "show": 18453,
    "show_uri": "https://api.kexp.org/v2/shows/18453/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NzFOx1Z-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NzFOx1Z-L._SL75_.jpg",
    "song": "The State of the Union",
    "track_id": null,
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Richest Man in Babylon",
    "release_id": "b2a820cc-c0ad-4aa3-a2a7-ed42ead88017",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "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"
}