Information about plays

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

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

{
    "id": 532324,
    "uri": "https://api.kexp.org/v2/plays/532324/?format=api",
    "airdate": "2002-03-28T22:38:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kasWO9oSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kasWO9oSL._SL75_.jpg",
    "song": "Welcome to the Show",
    "track_id": "d49d391d-81b4-45cf-95d8-c6e2e3183320",
    "recording_id": null,
    "artist": "Infinite X's",
    "artist_ids": [
        "1ee690db-3f16-4e28-b91c-2c28ddb7b372"
    ],
    "album": "Infinite X's",
    "release_id": "aa1dac88-60ce-442c-9c8b-1b727cd40c53",
    "release_group_id": null,
    "labels": [
        "Chainsaw"
    ],
    "label_ids": [],
    "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"
}