Information about plays

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

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

{
    "id": 1179258,
    "uri": "https://api.kexp.org/v2/plays/1179258/?format=api",
    "airdate": "2006-12-31T23:19:00-08:00",
    "show": 20679,
    "show_uri": "https://api.kexp.org/v2/shows/20679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lauschgoldengel",
    "track_id": "ad5c92d7-b590-43e6-8804-fe511f1ba5f4",
    "recording_id": null,
    "artist": "Gabriel Ananda",
    "artist_ids": [
        "40bd56ef-fdbd-4ebe-a8cb-37127c09bcfe"
    ],
    "album": "Lauschgoldengel",
    "release_id": "07413938-6a45-4e1f-bb79-5b22c73cf4c0",
    "release_group_id": null,
    "labels": [
        "Treibstoff"
    ],
    "label_ids": [
        "590aae75-3801-4548-bdb7-13c8f9ab1bee"
    ],
    "release_date": "2006-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}