Information about plays

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

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

{
    "id": 535256,
    "uri": "https://api.kexp.org/v2/plays/535256/?format=api",
    "airdate": "2002-04-06T11:38:00-08:00",
    "show": 9272,
    "show_uri": "https://api.kexp.org/v2/shows/9272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please Officer",
    "track_id": "58308c64-42db-4487-994b-bed99e5d5cb5",
    "recording_id": null,
    "artist": "Earl Zero",
    "artist_ids": [
        "4a834930-0322-4e2f-bcdb-658f95fda91e"
    ],
    "album": "The Crowning of Prince Jammy",
    "release_id": "a897d60f-ffff-4b8f-879a-05606abeb42f",
    "release_group_id": null,
    "labels": [
        "Pressure Sounds"
    ],
    "label_ids": [
        "e8a88883-4209-4d1c-8fb9-57c30024bc4e"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}