Information about plays

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

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

{
    "id": 530593,
    "uri": "https://api.kexp.org/v2/plays/530593/?format=api",
    "airdate": "2002-03-24T10:39:24-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?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": [
        "Bullseye"
    ],
    "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"
}