Information about plays

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

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

{
    "id": 486547,
    "uri": "https://api.kexp.org/v2/plays/486547/?format=api",
    "airdate": "2001-11-14T12:09:28-08:00",
    "show": 8322,
    "show_uri": "https://api.kexp.org/v2/shows/8322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "B Boy Blunt",
    "track_id": null,
    "recording_id": null,
    "artist": "Bows",
    "artist_ids": [
        "52faf991-f17f-46da-99fa-324e853cc6e2"
    ],
    "album": "Cassady",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}