Information about plays

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

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

{
    "id": 471086,
    "uri": "https://api.kexp.org/v2/plays/471086/?format=api",
    "airdate": "2001-09-29T02:56:15-07:00",
    "show": 8019,
    "show_uri": "https://api.kexp.org/v2/shows/8019/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No One",
    "track_id": "4433b7b0-d36c-4367-bea3-4d3e4bcf19d6",
    "recording_id": null,
    "artist": "Quick 66",
    "artist_ids": [
        "cc6e4349-a349-40e2-9f75-d1942bf7c026"
    ],
    "album": "Forever And A Day",
    "release_id": "95f52706-5909-48d1-aac4-9e4272a26609",
    "release_group_id": null,
    "labels": [
        "Self-Release"
    ],
    "label_ids": [],
    "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"
}