Information about plays

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

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

{
    "id": 1177865,
    "uri": "https://api.kexp.org/v2/plays/1177865/?format=api",
    "airdate": "2006-12-28T09:18:24-08:00",
    "show": 20653,
    "show_uri": "https://api.kexp.org/v2/shows/20653/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wEomr7GEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wEomr7GEL._SL75_.jpg",
    "song": "We Are Rockstars",
    "track_id": "5d0b532b-da9e-4a2b-b806-c75ecf044c93",
    "recording_id": null,
    "artist": "Does It Offend You, Yeah?",
    "artist_ids": [
        "37b94fc8-0adf-4335-a9fa-ae7a5fc36610"
    ],
    "album": "Pillowface and His Airplane Chronicles",
    "release_id": "adf50f02-ea39-471d-bb2f-303fe9b68dfe",
    "release_group_id": null,
    "labels": [
        "Thrive Records"
    ],
    "label_ids": [
        "c4f0f076-f6e5-40ad-96e6-b341a4b85cd0"
    ],
    "release_date": "2008-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}