Information about plays

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

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

{
    "id": 382299,
    "uri": "https://api.kexp.org/v2/plays/382299/?format=api",
    "airdate": "2019-09-18T01:45:32-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "http://coverartarchive.org/release/b0ba7c08-6c6b-37f3-b9e6-4cbcd4669e5e/13933926349-250.jpg",
    "thumbnail_uri": "",
    "song": "Black and White Town",
    "track_id": "32caf6ea-6ed1-3c7b-a821-50ca22c15190",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Some Cities",
    "release_id": "b0ba7c08-6c6b-37f3-b9e6-4cbcd4669e5e",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2005-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from John listening on the East Coast! Power our devil goal now at KEXP.ORG!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}