Information about plays

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

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

{
    "id": 435550,
    "uri": "https://api.kexp.org/v2/plays/435550/?format=api",
    "airdate": "2001-06-17T09:32:43-07:00",
    "show": 7333,
    "show_uri": "https://api.kexp.org/v2/shows/7333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Built for Comfort",
    "track_id": "43c6657c-b041-48fc-9973-13d2ec68f960",
    "recording_id": null,
    "artist": "Clarence Spady",
    "artist_ids": [
        "6abfbf96-723e-4198-8c10-db822332ea41"
    ],
    "album": "Nature of the Beast",
    "release_id": "fb66f62f-4a5e-44b0-82c7-653507a209fb",
    "release_group_id": null,
    "labels": [
        "Evidence"
    ],
    "label_ids": [
        "55f4572a-71b5-435e-bfee-8e10fa344089"
    ],
    "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"
}