Information about plays

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

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

{
    "id": 508155,
    "uri": "https://api.kexp.org/v2/plays/508155/?format=api",
    "airdate": "2002-01-17T19:37:00-08:00",
    "show": 8745,
    "show_uri": "https://api.kexp.org/v2/shows/8745/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oY7tB08HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oY7tB08HL._SL75_.jpg",
    "song": "Wrapped",
    "track_id": "e8e50b37-0a32-4868-a333-f8e6493f1c45",
    "recording_id": null,
    "artist": "Kelly Willis",
    "artist_ids": [
        "1d10aad6-714a-40a5-8f6e-14be37ac3498"
    ],
    "album": "What I Deserve",
    "release_id": "bfbab82c-a64b-478e-9256-f62ea21185bf",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "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"
}