Information about plays

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

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

{
    "id": 534175,
    "uri": "https://api.kexp.org/v2/plays/534175/?format=api",
    "airdate": "2002-04-03T09:24:43-08:00",
    "show": 9253,
    "show_uri": "https://api.kexp.org/v2/shows/9253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BloUat7VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BloUat7VL._SL75_.jpg",
    "song": "Green Shirt",
    "track_id": "7b59aa7c-e6aa-4426-b8db-0cf55b8d9a3a",
    "recording_id": null,
    "artist": "Boss Hog",
    "artist_ids": [
        "57648c1f-335d-4216-ba82-508b23b3bcf4"
    ],
    "album": "Boss Hog",
    "release_id": "4cb87276-17b3-4e85-aeff-8c24b5a73e30",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}