Information about plays

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

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

{
    "id": 533062,
    "uri": "https://api.kexp.org/v2/plays/533062/?format=api",
    "airdate": "2002-03-31T02:06:21-08:00",
    "show": 9232,
    "show_uri": "https://api.kexp.org/v2/shows/9232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516OuOL8gLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516OuOL8gLL._SL75_.jpg",
    "song": "Machine Surrender / Milk of the Commander",
    "track_id": "c60355c2-9991-4fea-a865-a34436d193c5",
    "recording_id": null,
    "artist": "Magnétophone",
    "artist_ids": [
        "aeae3b6d-0f60-4c0b-92ef-4f0f14245905"
    ],
    "album": "I Guess Sometimes I Need to Be Reminded of How Much You Love Me",
    "release_id": "7ef37f40-245d-44de-824c-a46d3285b8af",
    "release_group_id": null,
    "labels": [
        "4AD/Parlophone"
    ],
    "label_ids": [],
    "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"
}