Information about plays

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

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

{
    "id": 517526,
    "uri": "https://api.kexp.org/v2/plays/517526/?format=api",
    "airdate": "2002-02-13T21:28:00-08:00",
    "show": 8928,
    "show_uri": "https://api.kexp.org/v2/shows/8928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21M4NC7N54L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21M4NC7N54L._SL75_.jpg",
    "song": "Lapsong",
    "track_id": "8466bc86-58db-4725-baf7-94c3d5637c1f",
    "recording_id": null,
    "artist": "Sybarite",
    "artist_ids": [
        "0c79d325-5e3d-4655-913a-6fff6f902612"
    ],
    "album": "Placement Issues",
    "release_id": "16ed3354-3f50-40eb-9431-efdc00f4ef91",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2001-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}