Information about plays

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

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

{
    "id": 430135,
    "uri": "https://api.kexp.org/v2/plays/430135/?format=api",
    "airdate": "2001-05-31T23:22:30-07:00",
    "show": 7229,
    "show_uri": "https://api.kexp.org/v2/shows/7229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL._SL75_.jpg",
    "song": "People Eating Fruit",
    "track_id": "1c893ded-0202-4e98-9d7d-9918254b3a5d",
    "recording_id": null,
    "artist": "Manitoba",
    "artist_ids": [
        "6907d8f2-70fd-4e8c-94d6-ce005fddba05"
    ],
    "album": "Start Breaking My Heart",
    "release_id": "b1f67a89-b472-4211-a0b1-d0a108dd5872",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}