Information about plays

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

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

{
    "id": 491725,
    "uri": "https://api.kexp.org/v2/plays/491725/?format=api",
    "airdate": "2001-11-29T20:37:00-08:00",
    "show": 8425,
    "show_uri": "https://api.kexp.org/v2/shows/8425/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C0R83EBNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C0R83EBNL._SL75_.jpg",
    "song": "Poorer Than Dead",
    "track_id": "bb32aa8d-a3d5-47dd-912e-44b17f56aa73",
    "recording_id": null,
    "artist": "Hadacol",
    "artist_ids": [
        "a4138255-b96f-4e51-b265-78d19def184d"
    ],
    "album": "Better Than This",
    "release_id": "dc14232a-32cd-4702-ac2f-a1d93b460ee3",
    "release_group_id": null,
    "labels": [
        "Checkered Past"
    ],
    "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"
}