Information about plays

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

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

{
    "id": 437897,
    "uri": "https://api.kexp.org/v2/plays/437897/?format=api",
    "airdate": "2001-06-23T21:34:17-07:00",
    "show": 7377,
    "show_uri": "https://api.kexp.org/v2/shows/7377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510J5E46F6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510J5E46F6L._SL75_.jpg",
    "song": "Break It Down",
    "track_id": "8b1268d8-8561-4649-9e62-b5cd9e283272",
    "recording_id": null,
    "artist": "AUX 88",
    "artist_ids": [
        "92317e0b-181b-4119-aba1-77261515daf8"
    ],
    "album": "This Is Not the '80s: A Nu-Wave Electro Compilation (disc 1)",
    "release_id": "416f98bb-aacb-44fe-814a-24f46dd9c778",
    "release_group_id": null,
    "labels": [
        "DIRECT BEAT"
    ],
    "label_ids": [
        "5043594a-54c4-4d8a-bb47-f18b5a829caa"
    ],
    "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"
}