Information about plays

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

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

{
    "id": 476232,
    "uri": "https://api.kexp.org/v2/plays/476232/?format=api",
    "airdate": "2001-10-14T11:17:38-07:00",
    "show": 8119,
    "show_uri": "https://api.kexp.org/v2/shows/8119/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Luck Is Fallin'",
    "track_id": "14594144-a171-49bd-91ce-098f330d2ff7",
    "recording_id": null,
    "artist": "Magic Slim and the Teardrops",
    "artist_ids": [
        "262a5fb0-4efa-471a-9a85-762921961f94"
    ],
    "album": "Gravel Road",
    "release_id": "9d2b99fe-1565-4634-a297-e5c35c86c60e",
    "release_group_id": null,
    "labels": [
        "Blind Pig"
    ],
    "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"
}