Information about plays

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

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

{
    "id": 1383057,
    "uri": "https://api.kexp.org/v2/plays/1383057/?format=api",
    "airdate": "2008-06-08T02:41:23-07:00",
    "show": 24146,
    "show_uri": "https://api.kexp.org/v2/shows/24146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510I0ugXukL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510I0ugXukL._SL75_.jpg",
    "song": "You Can't Trust Them",
    "track_id": "0080d60f-dba3-479c-9f25-d61fabcd2715",
    "recording_id": null,
    "artist": "Fred Eaglesmith",
    "artist_ids": [
        "2a04a833-2376-474d-846e-142e49167786"
    ],
    "album": "Tinderbox",
    "release_id": "d80fb8a5-b865-4118-8195-d119b05c70af",
    "release_group_id": null,
    "labels": [
        "A Major Label"
    ],
    "label_ids": [
        "814771e6-6cd3-4f91-987d-9b774998788d"
    ],
    "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"
}