Information about plays

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

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

{
    "id": 1233105,
    "uri": "https://api.kexp.org/v2/plays/1233105/?format=api",
    "airdate": "2007-05-19T13:16:19-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61kcjMRdZVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61kcjMRdZVL._SL75_.jpg",
    "song": "Going to a Town",
    "track_id": null,
    "recording_id": null,
    "artist": "Rufus Wainwright",
    "artist_ids": [
        "78e46ae5-9bfd-433b-be3f-19e993d67ecc"
    ],
    "album": "Release the Stars",
    "release_id": "18082f59-6c79-4f9b-8be5-45c9aa2619d0",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2007-05-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}