Information about plays

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

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

{
    "id": 416688,
    "uri": "https://api.kexp.org/v2/plays/416688/?format=api",
    "airdate": "2001-04-20T10:28:00-07:00",
    "show": 6954,
    "show_uri": "https://api.kexp.org/v2/shows/6954/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I Need the) Disko Doktor",
    "track_id": "7bcd085e-10f1-4ba0-9bf7-899790a9351f",
    "recording_id": null,
    "artist": "Space Raiders",
    "artist_ids": [
        "74c8e443-fe47-48dc-8681-4458b69ce0c6"
    ],
    "album": "Don't Be Daft",
    "release_id": "d513dddf-93ea-4f86-a887-4b73a5530643",
    "release_group_id": null,
    "labels": [
        "Medicine"
    ],
    "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"
}