Information about plays

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

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

{
    "id": 440315,
    "uri": "https://api.kexp.org/v2/plays/440315/?format=api",
    "airdate": "2001-07-01T00:23:04-07:00",
    "show": 7426,
    "show_uri": "https://api.kexp.org/v2/shows/7426/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Meihua san long (Three Variations On 'The Plum Blossom')",
    "track_id": "c2a9223f-4031-44d5-8d95-2e82c70f91cd",
    "recording_id": null,
    "artist": "Tang Liangxing",
    "artist_ids": [
        "0eddc2b6-ddb8-4d5c-9e8b-0cbbe39e1563"
    ],
    "album": "High Mountain, Flowing Water: Traditional Chinese Pipa Music",
    "release_id": "10806e22-602d-4450-a7b3-c42f7ab5fc59",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}