Information about plays

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

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

{
    "id": 535125,
    "uri": "https://api.kexp.org/v2/plays/535125/?format=api",
    "airdate": "2002-04-06T01:19:33-08:00",
    "show": 9270,
    "show_uri": "https://api.kexp.org/v2/shows/9270/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21DRPNNWC7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21DRPNNWC7L._SL75_.jpg",
    "song": "Syntax Tree",
    "track_id": "f275a268-5dc9-49f7-927f-91bb23cfddf9",
    "recording_id": null,
    "artist": "Jega",
    "artist_ids": [
        "6b43e5f2-49e8-46ce-94cb-a9b23e5bb4e8"
    ],
    "album": "Geometry",
    "release_id": "831a34a3-64d0-4e1c-af40-348d650c7ec0",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}