Information about plays

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

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

{
    "id": 415467,
    "uri": "https://api.kexp.org/v2/plays/415467/?format=api",
    "airdate": "2001-04-16T22:22:30-07:00",
    "show": 6933,
    "show_uri": "https://api.kexp.org/v2/shows/6933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/211E5WCQFWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/211E5WCQFWL._SL75_.jpg",
    "song": "A Whole New Country",
    "track_id": "8389e093-7877-43a6-89ce-d6abfd53707f",
    "recording_id": null,
    "artist": "Linus of Hollywood",
    "artist_ids": [
        "f4ce1143-80c3-4adf-90ec-0a633dfb664c"
    ],
    "album": "Let Yourself Be Happy",
    "release_id": "39328bd7-3597-416b-85d3-ebb505f26df5",
    "release_group_id": null,
    "labels": [
        "Franklin Castle/Oglio"
    ],
    "label_ids": [],
    "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"
}