Information about plays

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

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

{
    "id": 436729,
    "uri": "https://api.kexp.org/v2/plays/436729/?format=api",
    "airdate": "2001-06-20T17:50:00-07:00",
    "show": 7355,
    "show_uri": "https://api.kexp.org/v2/shows/7355/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5113PJKRVKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5113PJKRVKL._SL75_.jpg",
    "song": "Do What You Wanna",
    "track_id": "4efe0273-17ed-4d87-8ee9-cc12a47f7e0c",
    "recording_id": null,
    "artist": "Ramsey Lewis",
    "artist_ids": [
        "fe19b809-e86c-4736-882a-53b72e23171b"
    ],
    "album": "Big Noise: A Mambo Inn Compilation",
    "release_id": "91a575a8-feea-4e9c-8a34-4bbddf4679d0",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "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"
}