Information about plays

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

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

{
    "id": 531777,
    "uri": "https://api.kexp.org/v2/plays/531777/?format=api",
    "airdate": "2002-03-27T15:02:36-08:00",
    "show": 9207,
    "show_uri": "https://api.kexp.org/v2/shows/9207/?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": "Chinoiserie",
    "track_id": "d73c8a07-ebf8-4c3c-8558-406eaf0ad4ad",
    "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"
}