Information about plays

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

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

{
    "id": 1272872,
    "uri": "https://api.kexp.org/v2/plays/1272872/?format=api",
    "airdate": "2007-08-29T18:18:43-07:00",
    "show": 22282,
    "show_uri": "https://api.kexp.org/v2/shows/22282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little War",
    "track_id": "cb178861-7169-4fa0-b652-8f005eab5102",
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "These Boots Are Made for Walkin': The Complete MGM Recordings (disc 2)",
    "release_id": "f871f2f7-21b7-44f5-a12e-23567dce62bd",
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}