Information about plays

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

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

{
    "id": 421635,
    "uri": "https://api.kexp.org/v2/plays/421635/?format=api",
    "airdate": "2001-05-06T02:30:00-07:00",
    "show": 7061,
    "show_uri": "https://api.kexp.org/v2/shows/7061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RKa4Ym1EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RKa4Ym1EL._SL75_.jpg",
    "song": "The Mission",
    "track_id": "bb71e29a-950f-4d96-9860-b48524f52df5",
    "recording_id": null,
    "artist": "Carl Cox",
    "artist_ids": [
        "8f614665-3418-4ca8-aa6a-737b4636b995"
    ],
    "album": "Phuture 2000",
    "release_id": "adb2756d-8a6b-49f0-9837-4800c78e3aa0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1999-06-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}