Information about plays

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

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

{
    "id": 532553,
    "uri": "https://api.kexp.org/v2/plays/532553/?format=api",
    "airdate": "2002-03-29T13:39:35-08:00",
    "show": 9218,
    "show_uri": "https://api.kexp.org/v2/shows/9218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y86ZXXN0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y86ZXXN0L._SL75_.jpg",
    "song": "High Uinta High",
    "track_id": null,
    "recording_id": null,
    "artist": "Cub Country",
    "artist_ids": [
        "a73d39fa-4093-4510-82d3-ed0467242c80"
    ],
    "album": "High Uinta High",
    "release_id": "255f864f-9ff9-4340-8c30-3ae00ab7d4db",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}