Information about plays

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

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

{
    "id": 535586,
    "uri": "https://api.kexp.org/v2/plays/535586/?format=api",
    "airdate": "2002-04-07T15:31:45-07:00",
    "show": 9283,
    "show_uri": "https://api.kexp.org/v2/shows/9283/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Vza-VMrUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Vza-VMrUL._SL75_.jpg",
    "song": "All Be(tween)",
    "track_id": null,
    "recording_id": null,
    "artist": "Organic Grooves",
    "artist_ids": [
        "24c467f1-3171-42f8-bc85-5bb1bb5d59e3"
    ],
    "album": "Black Cherry",
    "release_id": "bef149c5-1948-4f5c-a751-8042f4c2e819",
    "release_group_id": null,
    "labels": [
        "Aum Fidelity"
    ],
    "label_ids": [
        "bbf3078f-2479-49d5-8a65-7e0923a8c42f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}