Information about plays

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

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

{
    "id": 465193,
    "uri": "https://api.kexp.org/v2/plays/465193/?format=api",
    "airdate": "2001-09-11T18:25:00-07:00",
    "show": 7905,
    "show_uri": "https://api.kexp.org/v2/shows/7905/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Durme hermoza donzella (Sleep Beautiful Damsel)",
    "track_id": "162b5c26-0a75-4463-9173-148f9069eda2",
    "recording_id": null,
    "artist": "Judy Frankel",
    "artist_ids": [
        "9d4b9b32-ddcb-401a-8d91-bc011fccc1f7"
    ],
    "album": "Divine Divas: A World of Women's Voices (disc 3)",
    "release_id": "4991a5c2-7ac7-49bd-825b-d5bdb11f7525",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1997-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}