Information about plays

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

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

{
    "id": 532866,
    "uri": "https://api.kexp.org/v2/plays/532866/?format=api",
    "airdate": "2002-03-30T10:57:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Rose",
    "track_id": "5343b032-e380-4217-b8ce-7b07ffbaa66b",
    "recording_id": null,
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Hitbound Selection: When the Dances Were Changing",
    "release_id": "15c67f97-bf79-41c8-b282-d255909ec9c4",
    "release_group_id": null,
    "labels": [
        "Pressure Sounds"
    ],
    "label_ids": [
        "e8a88883-4209-4d1c-8fb9-57c30024bc4e"
    ],
    "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"
}