Information about plays

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

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

{
    "id": 505836,
    "uri": "https://api.kexp.org/v2/plays/505836/?format=api",
    "airdate": "2002-01-10T22:19:00-08:00",
    "show": 8699,
    "show_uri": "https://api.kexp.org/v2/shows/8699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51slcL58MbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51slcL58MbL._SL75_.jpg",
    "song": "Obsidian",
    "track_id": "aa8d1740-32a9-4788-8c46-94363f5fc6d3",
    "recording_id": null,
    "artist": "Banco de Gaia",
    "artist_ids": [
        "70cc316b-37a3-4174-bdc0-f546b3b3d03c"
    ],
    "album": "Igizeh",
    "release_id": "ea7f6d83-f06a-468f-a2f0-44e97939fdf4",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}