Information about plays

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

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

{
    "id": 501702,
    "uri": "https://api.kexp.org/v2/plays/501702/?format=api",
    "airdate": "2001-12-29T15:35:00-08:00",
    "show": 8616,
    "show_uri": "https://api.kexp.org/v2/shows/8616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z7YSESJBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z7YSESJBL._SL75_.jpg",
    "song": "Swallowing Swords",
    "track_id": "de32e274-ee2a-4d6b-84a8-da453f1e18ec",
    "recording_id": null,
    "artist": "Rocky Votolato",
    "artist_ids": [
        "05010b18-ba21-46dc-be6d-615d90170b8e"
    ],
    "album": "Burning My Travels Clean",
    "release_id": "1956b2fd-c2a6-428f-8125-76f579edd849",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}