Information about plays

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

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

{
    "id": 484265,
    "uri": "https://api.kexp.org/v2/plays/484265/?format=api",
    "airdate": "2001-11-07T00:52:56-08:00",
    "show": 8273,
    "show_uri": "https://api.kexp.org/v2/shows/8273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LTR",
    "track_id": "16dc8bd3-c49f-4a2b-96ee-65bfcfa9ee1a",
    "recording_id": null,
    "artist": "Bakamono",
    "artist_ids": [
        "ce0a819e-00f7-46fc-b029-39c531bdbaec"
    ],
    "album": "The Cry of the Turkish Fig Peddler",
    "release_id": "84de8f75-3d59-4dcd-babb-137e05c46439",
    "release_group_id": null,
    "labels": [
        "Basura!"
    ],
    "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"
}