Information about plays

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

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

{
    "id": 444376,
    "uri": "https://api.kexp.org/v2/plays/444376/?format=api",
    "airdate": "2001-07-12T13:30:00-07:00",
    "show": 7499,
    "show_uri": "https://api.kexp.org/v2/shows/7499/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510SOlc9FcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510SOlc9FcL._SL75_.jpg",
    "song": "Put You Down",
    "track_id": "9d21a34f-cef3-4166-bc85-3043a336088e",
    "recording_id": null,
    "artist": "Alejandro Escovedo",
    "artist_ids": [
        "bf103bec-70e3-45a5-9d1b-97715db04a96"
    ],
    "album": "With These Hands",
    "release_id": "2708bece-999c-4015-92dd-8c1eceb8ecff",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}