Information about plays

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

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

{
    "id": 535927,
    "uri": "https://api.kexp.org/v2/plays/535927/?format=api",
    "airdate": "2002-04-08T15:13:00-07:00",
    "show": 9289,
    "show_uri": "https://api.kexp.org/v2/shows/9289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FWQHJA7XL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FWQHJA7XL._SL75_.gif",
    "song": "Ball of Confusion (That's What the World Is Today)",
    "track_id": "829ad821-71bb-4108-ace4-01a21b5a7aa0",
    "recording_id": null,
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "Hitsville USA: The Motown Singles Collection 1959-1971 (disc 4)",
    "release_id": "0a7b32fa-9279-44bf-8ed3-d220f2861dbf",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}