Information about plays

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

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

{
    "id": 1411230,
    "uri": "https://api.kexp.org/v2/plays/1411230/?format=api",
    "airdate": "2008-08-18T06:53:00-07:00",
    "show": 24620,
    "show_uri": "https://api.kexp.org/v2/shows/24620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DJWAz3BYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DJWAz3BYL._SL75_.jpg",
    "song": "Say Hey (I Love You)",
    "track_id": "d13256ba-cbb0-4f83-8a5d-c57252cc1d6e",
    "recording_id": null,
    "artist": "Michael Franti and Spearhead",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "All Rebel Rockers",
    "release_id": "7aa8f878-1ca8-4550-b273-042a397c69a2",
    "release_group_id": null,
    "labels": [
        "Anti-/Boo Boo Wax"
    ],
    "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"
}