Information about plays

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

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

{
    "id": 1411315,
    "uri": "https://api.kexp.org/v2/plays/1411315/?format=api",
    "airdate": "2008-08-18T12:39:39-07:00",
    "show": 24622,
    "show_uri": "https://api.kexp.org/v2/shows/24622/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61G%2Ba2qf6YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61G%2Ba2qf6YL._SL75_.jpg",
    "song": "The Sound",
    "track_id": null,
    "recording_id": null,
    "artist": "Human Highway",
    "artist_ids": [
        "08320446-827f-4cbd-b0f0-f3c9f977ef45"
    ],
    "album": "Moody Motorcycle",
    "release_id": "f04b1a27-cd56-4f8d-81d9-26db59cad36b",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "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"
}