Information about plays

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

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

{
    "id": 1275633,
    "uri": "https://api.kexp.org/v2/plays/1275633/?format=api",
    "airdate": "2007-09-05T15:46:45-07:00",
    "show": 22327,
    "show_uri": "https://api.kexp.org/v2/shows/22327/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wlBm2f8rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wlBm2f8rL._SL75_.jpg",
    "song": "The People Who Grinned Themselves to Death",
    "track_id": null,
    "recording_id": null,
    "artist": "The Housemartins",
    "artist_ids": [
        "e7516564-6f1e-4adc-a245-e481d56c2d9b"
    ],
    "album": "The People Who Grinned Themselves to Death",
    "release_id": "f71d97c9-45be-4666-840e-c1702ba2f291",
    "release_group_id": null,
    "labels": [
        "Go! Discs"
    ],
    "label_ids": [
        "d348ac6f-0fb1-4d28-b95c-814eb9ad17ef"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}