Information about plays

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

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

{
    "id": 532237,
    "uri": "https://api.kexp.org/v2/plays/532237/?format=api",
    "airdate": "2002-03-28T18:09:57-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/51Vx1zYjEnL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/51Vx1zYjEnL._SL75_.jpg",
    "song": "Ain't Gonna Let It Happen No More",
    "track_id": "bdc33623-9e2c-47a6-8faf-405507e7f241",
    "recording_id": null,
    "artist": "Tennessee Ernie Ford",
    "artist_ids": [
        "947163f5-f306-4d78-a316-8c3fb317ae50"
    ],
    "album": "Farmyard Boogie",
    "release_id": "c1bc2001-ab14-4719-b858-72b953c677a1",
    "release_group_id": null,
    "labels": [
        "See For Miles"
    ],
    "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"
}