Information about plays

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

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

{
    "id": 417273,
    "uri": "https://api.kexp.org/v2/plays/417273/?format=api",
    "airdate": "2001-04-22T21:55:42-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barb's Song to the Wizard",
    "track_id": "f453ae7e-fc52-44e3-8857-007c7e2223ad",
    "recording_id": null,
    "artist": "Tony Williams",
    "artist_ids": [
        "b6a30b58-6b00-47c4-a031-c62a6981461f"
    ],
    "album": "Life Time",
    "release_id": "170222ae-91df-48ab-961c-1b4220434fe5",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}