Information about plays

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

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

{
    "id": 1343433,
    "uri": "https://api.kexp.org/v2/plays/1343433/?format=api",
    "airdate": "2008-02-27T03:51:26-08:00",
    "show": 23474,
    "show_uri": "https://api.kexp.org/v2/shows/23474/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Guys at the Bar Served Murder for a Nightcap",
    "track_id": "4ce888a4-0383-4532-8a3c-81410aa21ba3",
    "recording_id": null,
    "artist": "Beast, Please Be Still",
    "artist_ids": [
        "8e5bc316-90e3-4f1f-abe1-b8967360155d"
    ],
    "album": "Beast, Please Be Still",
    "release_id": "6ee45d71-05b6-48fc-b751-5405a29ed8de",
    "release_group_id": null,
    "labels": [
        "Beep Repaired"
    ],
    "label_ids": [
        "d955a085-9ab5-4d00-80ab-75be6ecfd1d8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}