Information about plays

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

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

{
    "id": 419315,
    "uri": "https://api.kexp.org/v2/plays/419315/?format=api",
    "airdate": "2001-04-29T03:37:30-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41i%2B5UlFzRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41i%2B5UlFzRL._SL75_.jpg",
    "song": "A HUGE EVER GROWING PULSATING BRAIN THAT RULES FRO",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "Peel Sessions",
    "release_id": "3b68fe81-87f9-4429-9bd4-caa4366b8929",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "release_date": "1991-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}