Information about plays

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

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

{
    "id": 533162,
    "uri": "https://api.kexp.org/v2/plays/533162/?format=api",
    "airdate": "2002-03-31T11:54:30-08:00",
    "show": 9234,
    "show_uri": "https://api.kexp.org/v2/shows/9234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mother Earth, W/ Susan Tedeschi",
    "track_id": null,
    "recording_id": null,
    "artist": "Little Milton",
    "artist_ids": [
        "37846227-55fb-444b-9cd7-dc06d5d20714"
    ],
    "album": "Welcome to Little Milton",
    "release_id": "7fbc4d99-edef-4cc8-9ecd-6c11e41f8f9e",
    "release_group_id": null,
    "labels": [
        "Malaco"
    ],
    "label_ids": [],
    "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"
}