Information about plays

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

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

{
    "id": 518578,
    "uri": "https://api.kexp.org/v2/plays/518578/?format=api",
    "airdate": "2002-02-16T21:00:00-08:00",
    "show": 8947,
    "show_uri": "https://api.kexp.org/v2/shows/8947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RSCY42HAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RSCY42HAL._SL75_.jpg",
    "song": "VERTIPHONE",
    "track_id": null,
    "recording_id": null,
    "artist": "Bola",
    "artist_ids": [
        "037bb92d-efd5-48d9-b197-3ce699067e3c"
    ],
    "album": "Fyuti",
    "release_id": "58caedbf-231d-46ca-8142-d41f5b7e0089",
    "release_group_id": null,
    "labels": [
        "Skam"
    ],
    "label_ids": [
        "5c5bc5b7-13a7-49c7-935c-4ec9686d9cae"
    ],
    "release_date": "2002-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}