Information about plays

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

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

{
    "id": 452078,
    "uri": "https://api.kexp.org/v2/plays/452078/?format=api",
    "airdate": "2001-08-04T09:37:53-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YLpoYlylL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YLpoYlylL._SL75_.jpg",
    "song": "James Bond Theme",
    "track_id": "83567611-c8d9-46c0-b328-32a298f17098",
    "recording_id": null,
    "artist": "The Skatalites",
    "artist_ids": [
        "87ac7e25-f278-47a0-b109-5eb131dc96b6"
    ],
    "album": "Ball of Fire",
    "release_id": "4f99448b-8031-46fe-a83b-d4772d1c3f64",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}