Information about plays

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

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

{
    "id": 1381617,
    "uri": "https://api.kexp.org/v2/plays/1381617/?format=api",
    "airdate": "2008-06-03T23:13:51-07:00",
    "show": 24119,
    "show_uri": "https://api.kexp.org/v2/shows/24119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Ic-M9a3HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Ic-M9a3HL._SL75_.jpg",
    "song": "California Soul (Diplo/Mad Decent remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Marlena Shaw",
    "artist_ids": [
        "f94db5b3-9260-4e81-9d35-6806e50c713f"
    ],
    "album": "Verve Remixed 4",
    "release_id": "247cfa2a-f174-4297-b16d-3b6240492b3c",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}