Information about plays

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

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

{
    "id": 440246,
    "uri": "https://api.kexp.org/v2/plays/440246/?format=api",
    "airdate": "2001-06-30T17:50:31-07:00",
    "show": 7422,
    "show_uri": "https://api.kexp.org/v2/shows/7422/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dHIFnElOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dHIFnElOL._SL75_.jpg",
    "song": "September Gurls",
    "track_id": "79148ed5-17d7-4ee3-8f20-8dba6ea357d0",
    "recording_id": null,
    "artist": "Big Star",
    "artist_ids": [
        "21d177ba-3d51-461e-9b3f-ad9a80b419dc"
    ],
    "album": "Radio City",
    "release_id": "b97ba143-ab3a-47f8-9ca4-08a3c8356a7e",
    "release_group_id": null,
    "labels": [
        "Ardent Records"
    ],
    "label_ids": [
        "3b01c909-f019-42be-b244-961de09b160c"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}