Information about plays

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

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

{
    "id": 453630,
    "uri": "https://api.kexp.org/v2/plays/453630/?format=api",
    "airdate": "2001-08-08T21:46:40-07:00",
    "show": 7676,
    "show_uri": "https://api.kexp.org/v2/shows/7676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418ZM7NTD9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418ZM7NTD9L._SL75_.jpg",
    "song": "Violaine",
    "track_id": "11e22bfd-f8e5-4125-86f3-8daa564f3e54",
    "recording_id": null,
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "BBC Sessions (disc 2)",
    "release_id": "cf1e06c8-f831-45a0-acff-b5cd58bb87b9",
    "release_group_id": null,
    "labels": [
        "Ryko"
    ],
    "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"
}