Information about plays

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

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

{
    "id": 484579,
    "uri": "https://api.kexp.org/v2/plays/484579/?format=api",
    "airdate": "2001-11-08T02:47:08-08:00",
    "show": 8280,
    "show_uri": "https://api.kexp.org/v2/shows/8280/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/211TP3PFQVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/211TP3PFQVL._SL75_.jpg",
    "song": "Random Butter",
    "track_id": "30a56cf2-bedb-455b-8dc9-452338fedbe8",
    "recording_id": null,
    "artist": "Orso",
    "artist_ids": [
        "066b7a2e-25a2-4174-9312-2ebe6b33946e"
    ],
    "album": "Orso",
    "release_id": "f13fc720-2aa0-43c6-b320-ede8a2423ffc",
    "release_group_id": null,
    "labels": [
        "Perishable"
    ],
    "label_ids": [
        "21c8a1f0-82bc-4147-bcf5-dc2da59d4c0a"
    ],
    "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"
}