Information about plays

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

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

{
    "id": 432670,
    "uri": "https://api.kexp.org/v2/plays/432670/?format=api",
    "airdate": "2001-06-08T16:00:00-07:00",
    "show": 7277,
    "show_uri": "https://api.kexp.org/v2/shows/7277/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bkrQcgzmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bkrQcgzmL._SL75_.jpg",
    "song": "In a Fashion",
    "track_id": "64f538f4-fc6b-4360-9668-58b30f083d35",
    "recording_id": null,
    "artist": "The Webb Brothers",
    "artist_ids": [
        "71242ddc-6d23-464b-939e-53d26580b8a2"
    ],
    "album": "Maroon",
    "release_id": "09f96bbc-d57c-40fe-a783-da2198528234",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}