Information about plays

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

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

{
    "id": 488968,
    "uri": "https://api.kexp.org/v2/plays/488968/?format=api",
    "airdate": "2001-11-21T17:00:00-08:00",
    "show": 8370,
    "show_uri": "https://api.kexp.org/v2/shows/8370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617XEXL3FjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617XEXL3FjL._SL75_.jpg",
    "song": "My Love Is Real",
    "track_id": "31d404cd-c918-4def-bc08-e519ecae77f0",
    "recording_id": null,
    "artist": "Buddy Guy",
    "artist_ids": [
        "4336a134-d091-4e54-9967-c7c433db6d4e"
    ],
    "album": "The Complete Chess Studio Recordings (disc 1)",
    "release_id": "a04f350a-4121-46e1-9f8a-9eba1aa53e51",
    "release_group_id": null,
    "labels": [
        "Chess"
    ],
    "label_ids": [],
    "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"
}