Information about plays

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

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

{
    "id": 1177938,
    "uri": "https://api.kexp.org/v2/plays/1177938/?format=api",
    "airdate": "2006-12-28T15:01:22-08:00",
    "show": 20655,
    "show_uri": "https://api.kexp.org/v2/shows/20655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511IiTh-DoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511IiTh-DoL._SL75_.jpg",
    "song": "Chelsea Dagger",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fratellis",
    "artist_ids": [
        "f4ad883e-9a92-45ed-a540-a49c2d1c36dd"
    ],
    "album": "Costello Music",
    "release_id": "82d2ce1f-dbc4-4e71-8bf5-e37942cc03ed",
    "release_group_id": null,
    "labels": [
        "Drop The Gun Recordings"
    ],
    "label_ids": [
        "2ab96ffe-06c1-4804-9a3d-73cc2c9066ca"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}