Information about plays

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

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

{
    "id": 529591,
    "uri": "https://api.kexp.org/v2/plays/529591/?format=api",
    "airdate": "2002-03-21T09:48:00-08:00",
    "show": 9164,
    "show_uri": "https://api.kexp.org/v2/shows/9164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o9gy1DDLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o9gy1DDLL._SL75_.jpg",
    "song": "See How We Are",
    "track_id": "b8fceba9-b015-4c26-bf57-05a366badf26",
    "recording_id": null,
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Beyond and Back: The X Anthology (disc 2)",
    "release_id": "8f3d639a-bcc4-4a6c-a3d3-60dcc03ca615",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1997-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}