Information about plays

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

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

{
    "id": 474474,
    "uri": "https://api.kexp.org/v2/plays/474474/?format=api",
    "airdate": "2001-10-09T08:56:00-07:00",
    "show": 8085,
    "show_uri": "https://api.kexp.org/v2/shows/8085/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51065PACaDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51065PACaDL._SL75_.jpg",
    "song": "Search and Destroy",
    "track_id": "e01a3d32-6a13-45b5-bd3e-1e9d3fcc85bf",
    "recording_id": null,
    "artist": "Iggy & The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Nude & Rude: The Best of Iggy Pop",
    "release_id": "b20bd624-7bc4-4852-9b2a-824f422bb360",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1996-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}