Information about plays

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

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

{
    "id": 1233511,
    "uri": "https://api.kexp.org/v2/plays/1233511/?format=api",
    "airdate": "2007-05-20T16:03:00-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ESWZ0J7RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ESWZ0J7RL._SL75_.jpg",
    "song": "The Bulrushes",
    "track_id": "12992a9d-e696-40a2-bfa7-95bf9720c319",
    "recording_id": null,
    "artist": "The Bongos",
    "artist_ids": [
        "65835e9a-1ac9-4ed5-997a-a79ddc8d0ccd"
    ],
    "album": "Drums Along the Hudson",
    "release_id": "ec52b29a-d6b9-422b-9ff3-25de37d22374",
    "release_group_id": null,
    "labels": [
        "Fetish Records"
    ],
    "label_ids": [
        "b85cdfdb-bc3b-4b0c-b67d-8a8226a74d5e"
    ],
    "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"
}