Information about plays

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

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

{
    "id": 1394172,
    "uri": "https://api.kexp.org/v2/plays/1394172/?format=api",
    "airdate": "2008-07-06T02:31:59-07:00",
    "show": 24330,
    "show_uri": "https://api.kexp.org/v2/shows/24330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aikokuka",
    "track_id": "84497b24-1b8e-4a07-bb0c-74ecf3534e01",
    "recording_id": null,
    "artist": "The Lappetites",
    "artist_ids": [
        "eaeef95f-01e8-41c0-9fc9-baf2d23490f7"
    ],
    "album": "Before the Libretto",
    "release_id": "24684268-c8ce-4319-9151-be8e0a828b69",
    "release_group_id": null,
    "labels": [
        "Heimat"
    ],
    "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"
}