Information about plays

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

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

{
    "id": 532909,
    "uri": "https://api.kexp.org/v2/plays/532909/?format=api",
    "airdate": "2002-03-30T13:18:59-08:00",
    "show": 9227,
    "show_uri": "https://api.kexp.org/v2/shows/9227/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RCWZ1Q0CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RCWZ1Q0CL._SL75_.jpg",
    "song": "My Sunshine",
    "track_id": null,
    "recording_id": null,
    "artist": "The No-No's",
    "artist_ids": [
        "1bdd526e-1bfc-48ac-8dec-e1754cd20149"
    ],
    "album": "Let Your Shadow Out",
    "release_id": "f85a39e4-1bd1-40d9-bf0f-401c87239533",
    "release_group_id": null,
    "labels": [
        "AnimalWorld"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}