Information about plays

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

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

{
    "id": 1177566,
    "uri": "https://api.kexp.org/v2/plays/1177566/?format=api",
    "airdate": "2006-12-27T15:07:53-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Pc7JjgUGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Pc7JjgUGL._SL75_.jpg",
    "song": "Ain't No Thang",
    "track_id": null,
    "recording_id": null,
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Big Boi & Dre Present... OutKast",
    "release_id": "c5e1e899-3366-49b3-9100-c524d2748ed6",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}