Information about plays

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

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

{
    "id": 1379861,
    "uri": "https://api.kexp.org/v2/plays/1379861/?format=api",
    "airdate": "2008-05-29T04:36:24-07:00",
    "show": 24080,
    "show_uri": "https://api.kexp.org/v2/shows/24080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enjoy the Silence (Ewan Pearson extended remix)",
    "track_id": "0e4aa9e0-5aba-4972-bacc-885c467d0dc2",
    "recording_id": null,
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Piece Work (disc 2)",
    "release_id": "e00d9516-b4fb-4fb1-9233-94dc7b597e42",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "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"
}