Information about plays

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

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

{
    "id": 1233631,
    "uri": "https://api.kexp.org/v2/plays/1233631/?format=api",
    "airdate": "2007-05-20T23:19:00-07:00",
    "show": 21611,
    "show_uri": "https://api.kexp.org/v2/shows/21611/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510GBJ84GlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510GBJ84GlL._SL75_.jpg",
    "song": "Mutter",
    "track_id": "f2ac4c7f-e47c-4492-81c6-b6fd36ddd9ed",
    "recording_id": null,
    "artist": "Roman Flügel",
    "artist_ids": [
        "5286b91c-5d42-4cab-933a-77e30eb74ddc"
    ],
    "album": "Sven Väth in the Mix: The Sound of the Seventh Season (disc 2: Continues)",
    "release_id": "4b7b5623-de0d-4c34-98e3-966805d089d1",
    "release_group_id": null,
    "labels": [
        "Cocoon Recordings"
    ],
    "label_ids": [
        "b544ec39-2d71-4c70-be2b-4b3f2f98295a"
    ],
    "release_date": "2006-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}