Information about plays

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

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

{
    "id": 532660,
    "uri": "https://api.kexp.org/v2/plays/532660/?format=api",
    "airdate": "2002-03-29T19:55:24-08:00",
    "show": 9221,
    "show_uri": "https://api.kexp.org/v2/shows/9221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wliYSJTlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wliYSJTlL._SL75_.jpg",
    "song": "Honky Tonk Hiccups",
    "track_id": "6a265d83-5c04-4d6f-80dd-2b672ebed007",
    "recording_id": null,
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "The Virginian",
    "release_id": "6356d744-c286-4cf9-a95a-e0577ca7a379",
    "release_group_id": null,
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "1997-07-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}