Information about plays

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

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

{
    "id": 433133,
    "uri": "https://api.kexp.org/v2/plays/433133/?format=api",
    "airdate": "2001-06-10T02:56:00-07:00",
    "show": 7287,
    "show_uri": "https://api.kexp.org/v2/shows/7287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61HLhgl2chL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61HLhgl2chL._SL75_.jpg",
    "song": "Crushed Velvet",
    "track_id": "8b13df91-b1ec-43a6-9610-8e3f0623a8fb",
    "recording_id": null,
    "artist": "Unsung Heroes",
    "artist_ids": [
        "9d0e5199-f4fa-4b5e-86d3-92f93df994c2"
    ],
    "album": "Unleashed",
    "release_id": "69b8f706-38f1-4de0-ac30-d54173ad9b51",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}