Information about plays

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

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

{
    "id": 1256847,
    "uri": "https://api.kexp.org/v2/plays/1256847/?format=api",
    "airdate": "2007-07-20T05:22:46-07:00",
    "show": 22009,
    "show_uri": "https://api.kexp.org/v2/shows/22009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dFhnZaOuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dFhnZaOuL._SL75_.jpg",
    "song": "A Modern Midnight Conversation",
    "track_id": "78d9b6e6-cdfd-451a-a08a-1915f7060767",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "We Are the Night",
    "release_id": "a2962b0a-2317-493a-8423-bdd5e1301700",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}