Information about plays

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

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

{
    "id": 533515,
    "uri": "https://api.kexp.org/v2/plays/533515/?format=api",
    "airdate": "2002-04-01T11:43:25-08:00",
    "show": 9242,
    "show_uri": "https://api.kexp.org/v2/shows/9242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511LtuoUxWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511LtuoUxWL._SL75_.jpg",
    "song": "Chubb Sub",
    "track_id": "6f8a9b6e-6c54-4455-b2c6-fd67dd603772",
    "recording_id": null,
    "artist": "Medeski Martin and Wood",
    "artist_ids": [
        "f0fb7a00-ed72-40ec-94b4-45aa190d2d59"
    ],
    "album": "Last Chance to Dance Trance (perhaps): Best Of (1991-1996)",
    "release_id": "dc0f66fc-5b19-401f-813a-bb14ebd4932e",
    "release_group_id": null,
    "labels": [
        "Gramavision"
    ],
    "label_ids": [
        "ed09e91f-11da-41fe-b4ec-cef81df8daa9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}