Information about plays

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

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

{
    "id": 429936,
    "uri": "https://api.kexp.org/v2/plays/429936/?format=api",
    "airdate": "2001-05-31T10:41:15-07:00",
    "show": 7226,
    "show_uri": "https://api.kexp.org/v2/shows/7226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41yQ7CKTzxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41yQ7CKTzxL._SL75_.jpg",
    "song": "Chubb Sub",
    "track_id": "970375c0-dace-4eb1-a4da-87f7317b850f",
    "recording_id": null,
    "artist": "Medeski Martin and Wood",
    "artist_ids": [
        "f0fb7a00-ed72-40ec-94b4-45aa190d2d59"
    ],
    "album": "Friday Afternoon in the Universe",
    "release_id": "ea6907a3-1366-42b4-9f18-0293ba028d2f",
    "release_group_id": null,
    "labels": [
        "Gramavision"
    ],
    "label_ids": [
        "ed09e91f-11da-41fe-b4ec-cef81df8daa9"
    ],
    "release_date": "1995-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}