Information about plays

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

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

{
    "id": 426077,
    "uri": "https://api.kexp.org/v2/plays/426077/?format=api",
    "airdate": "2001-05-19T15:56:40-07:00",
    "show": 7149,
    "show_uri": "https://api.kexp.org/v2/shows/7149/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MoOpQhpoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MoOpQhpoL._SL75_.jpg",
    "song": "If You've Got the Money I've Got the Time",
    "track_id": "154132be-3e4b-488d-8133-d633483cceb9",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Willie Nelson's Greatest Hits (& Some That Will Be)",
    "release_id": "25927526-b68d-4c54-a15f-05bfaceea429",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}