Information about plays

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

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

{
    "id": 1280516,
    "uri": "https://api.kexp.org/v2/plays/1280516/?format=api",
    "airdate": "2007-09-18T03:40:57-07:00",
    "show": 22410,
    "show_uri": "https://api.kexp.org/v2/shows/22410/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51iPQzv356L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51iPQzv356L._SL75_.jpg",
    "song": "Bones",
    "track_id": null,
    "recording_id": null,
    "artist": "Editors",
    "artist_ids": [
        "0efe858c-89e5-4e47-906a-356fa953fd6e"
    ],
    "album": "An End Has a Start",
    "release_id": "d9a5cd01-a789-4bc1-9213-1e40faa8b1ad",
    "release_group_id": null,
    "labels": [
        "Kitchenware Records"
    ],
    "label_ids": [
        "f9e6d07d-fbfe-43c8-885e-e3bf5bed0a59"
    ],
    "release_date": "2007-06-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}