Information about plays

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

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

{
    "id": 1233472,
    "uri": "https://api.kexp.org/v2/plays/1233472/?format=api",
    "airdate": "2007-05-20T13:23:32-07:00",
    "show": 21608,
    "show_uri": "https://api.kexp.org/v2/shows/21608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51s3Ccdc9cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51s3Ccdc9cL._SL75_.jpg",
    "song": "C Is the Heavenly Option",
    "track_id": null,
    "recording_id": null,
    "artist": "Heavenly",
    "artist_ids": [
        "d1a0301e-1167-42e8-bf89-c7835e0d3485"
    ],
    "album": "Le Jardin de Heavenly",
    "release_id": "90e19016-a700-46da-8478-846c5d3b331f",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}