Information about plays

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

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

{
    "id": 1351447,
    "uri": "https://api.kexp.org/v2/plays/1351447/?format=api",
    "airdate": "2008-03-18T22:21:22-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JKFHtXsNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JKFHtXsNL._SL75_.jpg",
    "song": "Arabian Knights",
    "track_id": null,
    "recording_id": null,
    "artist": "Siouxsie and The Bashees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "The Best of Siouxsie and the Banshees",
    "release_id": "4868097e-3850-4ef5-a3cc-0418b68770d4",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2002-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}