Information about plays

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

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

{
    "id": 430433,
    "uri": "https://api.kexp.org/v2/plays/430433/?format=api",
    "airdate": "2001-06-01T20:15:39-07:00",
    "show": 7234,
    "show_uri": "https://api.kexp.org/v2/shows/7234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51g2xhMeb-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51g2xhMeb-L._SL75_.jpg",
    "song": "My Wife Thinks You're Dead",
    "track_id": "0d87693c-1f50-47ac-8bc6-15d3cb5265f2",
    "recording_id": null,
    "artist": "Junior Brown",
    "artist_ids": [
        "de38023a-2fd6-443a-a18a-97fcdf48d6df"
    ],
    "album": "Junior High",
    "release_id": "5c915055-edee-410c-8953-472fc1b1b537",
    "release_group_id": null,
    "labels": [
        "MCG Curb"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}