Information about plays

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

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

{
    "id": 532578,
    "uri": "https://api.kexp.org/v2/plays/532578/?format=api",
    "airdate": "2002-03-29T15:33:55-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51D3TTNJGWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51D3TTNJGWL._SL75_.jpg",
    "song": "Treat Her Groovy",
    "track_id": "2da68684-26ca-425a-b86f-c8fb236acd1f",
    "recording_id": null,
    "artist": "The Maxwell Implosion",
    "artist_ids": [
        "50e417b9-9273-49cd-86e9-d3a375da05c7"
    ],
    "album": "Small Circle of Friends",
    "release_id": "393dc4b4-e034-4d4a-879b-ee852be78f3d",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}