Information about plays

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

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

{
    "id": 451184,
    "uri": "https://api.kexp.org/v2/plays/451184/?format=api",
    "airdate": "2001-08-01T19:17:38-07:00",
    "show": 7630,
    "show_uri": "https://api.kexp.org/v2/shows/7630/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HERGF7EZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HERGF7EZL._SL75_.jpg",
    "song": "Sit and Cry (The Blues)",
    "track_id": "5b278ab1-e6e1-4c3e-ba1b-765eea00457c",
    "recording_id": null,
    "artist": "Buddy Guy",
    "artist_ids": [
        "4336a134-d091-4e54-9967-c7c433db6d4e"
    ],
    "album": "The Very Best of Buddy Guy",
    "release_id": "007edb1b-9050-4855-9a7f-ab7e55a37fbe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1992-05-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}