Information about plays

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

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

{
    "id": 529823,
    "uri": "https://api.kexp.org/v2/plays/529823/?format=api",
    "airdate": "2002-03-22T01:04:00-08:00",
    "show": 9169,
    "show_uri": "https://api.kexp.org/v2/shows/9169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S9GBCXAFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S9GBCXAFL._SL75_.jpg",
    "song": "A flor",
    "track_id": "9a27f879-d11c-4920-91af-0b8253fa6fb0",
    "recording_id": null,
    "artist": "Los Hermanos",
    "artist_ids": [
        "557ac15e-7800-44c3-bb62-d4ab34ac1e28"
    ],
    "album": "Bloco do eu sozinho",
    "release_id": "f70805ee-f3f5-4453-a344-eef3ad5f7e85",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}