Information about plays

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

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

{
    "id": 533094,
    "uri": "https://api.kexp.org/v2/plays/533094/?format=api",
    "airdate": "2002-03-31T04:09:13-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Virus Called the Blues",
    "track_id": "e40160e2-b518-47f2-ba8e-6e233145548e",
    "recording_id": null,
    "artist": "Charles Brown",
    "artist_ids": [
        "dbc9229a-6fb7-43b1-9763-df1e87112a93"
    ],
    "album": "All My Life",
    "release_id": "720ebb55-0f1f-48a6-aa4b-15d2e25c84c4",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}