Information about plays

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

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

{
    "id": 532861,
    "uri": "https://api.kexp.org/v2/plays/532861/?format=api",
    "airdate": "2002-03-30T10:44:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31SdtF89aLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31SdtF89aLL._SL75_.jpg",
    "song": "Sounds & Pressure",
    "track_id": "ae2810e3-794d-43aa-a480-d124187576e7",
    "recording_id": null,
    "artist": "Hopeton Lewis",
    "artist_ids": [
        "014afff4-dc69-4542-afbf-4c0109142652"
    ],
    "album": "200% Dynamite!",
    "release_id": "e8d17edc-a1e8-4dc3-b4f3-766ecaeaa08e",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1999-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}