Information about plays

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

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

{
    "id": 535647,
    "uri": "https://api.kexp.org/v2/plays/535647/?format=api",
    "airdate": "2002-04-07T20:20:00-07:00",
    "show": 9285,
    "show_uri": "https://api.kexp.org/v2/shows/9285/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21J6B0T702L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21J6B0T702L._SL75_.jpg",
    "song": "A2",
    "track_id": null,
    "recording_id": null,
    "artist": "Millsart",
    "artist_ids": [
        "1e7a51db-e1a9-4a01-a879-957572988253"
    ],
    "album": "Every Dog Has Its Day",
    "release_id": "475d247c-10b1-4fcc-b781-4f14ba84622d",
    "release_group_id": null,
    "labels": [
        "Axis"
    ],
    "label_ids": [
        "0aa73845-13c6-49fc-935f-82b8db65cd8e"
    ],
    "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"
}