Information about plays

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

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

{
    "id": 417525,
    "uri": "https://api.kexp.org/v2/plays/417525/?format=api",
    "airdate": "2001-04-23T20:37:30-07:00",
    "show": 6973,
    "show_uri": "https://api.kexp.org/v2/shows/6973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DBtX9GFjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DBtX9GFjL._SL75_.jpg",
    "song": "Sya",
    "track_id": "d805d9b3-b020-4319-a6e1-ccb2634de8c1",
    "recording_id": null,
    "artist": "Issa Bagayogo",
    "artist_ids": [
        "090b62e5-b103-4322-99f9-148c9d14e97f"
    ],
    "album": "Sya",
    "release_id": "94edac87-9f60-4241-a8ba-1a204c737627",
    "release_group_id": null,
    "labels": [
        "Cobalt"
    ],
    "label_ids": [
        "7558d416-9938-4461-ad13-ac2c73f1d944"
    ],
    "release_date": "1999-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}