Information about plays

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

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

{
    "id": 1375866,
    "uri": "https://api.kexp.org/v2/plays/1375866/?format=api",
    "airdate": "2008-05-19T03:53:18-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?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": "The World The People Together Come Out",
    "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": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}