Information about plays

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

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

{
    "id": 480753,
    "uri": "https://api.kexp.org/v2/plays/480753/?format=api",
    "airdate": "2001-10-27T10:48:00-07:00",
    "show": 8204,
    "show_uri": "https://api.kexp.org/v2/shows/8204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q1D8AG4DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q1D8AG4DL._SL75_.jpg",
    "song": "Dreader Than Dread",
    "track_id": "11991e62-4109-49e3-821c-505fe08a004c",
    "recording_id": null,
    "artist": "Honey Boy Martin",
    "artist_ids": [
        "44400f51-8dab-4916-9a40-b04410cff463"
    ],
    "album": "Trojan Rocksteady Box Set (disc 2)",
    "release_id": "3f87fc44-8e4a-4a72-ac50-485680977976",
    "release_group_id": null,
    "labels": [
        "Soul Jazz"
    ],
    "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"
}