Information about plays

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

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

{
    "id": 1408507,
    "uri": "https://api.kexp.org/v2/plays/1408507/?format=api",
    "airdate": "2008-08-11T10:41:33-07:00",
    "show": 24574,
    "show_uri": "https://api.kexp.org/v2/shows/24574/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GdHa544AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GdHa544AL._SL75_.jpg",
    "song": "Mis Amigos",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "...Earth to the Dandy Warhols...",
    "release_id": "2e86f5ad-c5bc-4343-8a8f-6da74a807511",
    "release_group_id": null,
    "labels": [
        "Beat the World"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}