Information about plays

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

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

{
    "id": 535557,
    "uri": "https://api.kexp.org/v2/plays/535557/?format=api",
    "airdate": "2002-04-07T13:19:55-07:00",
    "show": 9282,
    "show_uri": "https://api.kexp.org/v2/shows/9282/?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": "From the Flagstones",
    "track_id": "7e4c7f78-0681-4dcc-b17e-ff76c20c74b5",
    "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"
}