Information about plays

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

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

{
    "id": 532582,
    "uri": "https://api.kexp.org/v2/plays/532582/?format=api",
    "airdate": "2002-03-29T15:56:48-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Steady Ground",
    "track_id": null,
    "recording_id": null,
    "artist": "Light Heavyweight",
    "artist_ids": [],
    "album": "Steady Ground -- single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}