Information about plays

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

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

{
    "id": 1268520,
    "uri": "https://api.kexp.org/v2/plays/1268520/?format=api",
    "airdate": "2007-08-18T16:09:26-07:00",
    "show": 22207,
    "show_uri": "https://api.kexp.org/v2/shows/22207/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NE69NKEAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NE69NKEAL._SL75_.jpg",
    "song": "Brasil 2000",
    "track_id": null,
    "recording_id": null,
    "artist": "Zuco 103",
    "artist_ids": [
        "0a139cda-a6e0-4fbe-9aac-fc2534bd44f2"
    ],
    "album": "Tales of High Fever",
    "release_id": "45962636-82da-4025-99ae-8efc606f6292",
    "release_group_id": null,
    "labels": [
        "Crammed Discs"
    ],
    "label_ids": [
        "443fa1b0-3960-463f-9016-9845a9754b3e"
    ],
    "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"
}