Information about plays

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

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

{
    "id": 420155,
    "uri": "https://api.kexp.org/v2/plays/420155/?format=api",
    "airdate": "2001-05-01T16:26:40-07:00",
    "show": 7030,
    "show_uri": "https://api.kexp.org/v2/shows/7030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216KQZ1HY6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216KQZ1HY6L._SL75_.jpg",
    "song": "78 Stone Shuffle",
    "track_id": "4ea45a72-ee09-43f9-8566-7802f0e5c3cb",
    "recording_id": null,
    "artist": "Gomez",
    "artist_ids": [
        "304cdd9d-a04e-4eb2-865c-980a553a0efd"
    ],
    "album": "Abandoned Shopping Trolley Hotline",
    "release_id": "d0c03fdd-cb3d-4474-880d-699fa21922d3",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2000-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}