Information about plays

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

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

{
    "id": 1340695,
    "uri": "https://api.kexp.org/v2/plays/1340695/?format=api",
    "airdate": "2008-02-19T13:44:19-08:00",
    "show": 23424,
    "show_uri": "https://api.kexp.org/v2/shows/23424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'd Like to Make a Complaint",
    "track_id": "f3047474-1842-4a1f-9f7a-b722d19f2475",
    "recording_id": null,
    "artist": "The Arm",
    "artist_ids": [
        "80f5ae67-3c35-4cfb-9546-830f39d2005c"
    ],
    "album": "Call You Out",
    "release_id": "30c671d4-a05d-463a-8105-ffa013f1d531",
    "release_group_id": null,
    "labels": [
        "Indierect Records"
    ],
    "label_ids": [
        "282a61ba-fd22-4de6-baa2-db03daccbd19"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}