Information about plays

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

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

{
    "id": 438486,
    "uri": "https://api.kexp.org/v2/plays/438486/?format=api",
    "airdate": "2001-06-25T20:38:10-07:00",
    "show": 7389,
    "show_uri": "https://api.kexp.org/v2/shows/7389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4135KAYQQ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4135KAYQQ6L._SL75_.jpg",
    "song": "Savon",
    "track_id": "bdfdd734-ac3e-4e25-bc0c-444fe38d7fb7",
    "recording_id": null,
    "artist": "Orchestre National de Barbès",
    "artist_ids": [
        "8a0eb882-9c25-45c6-99ee-3df0c26e4137"
    ],
    "album": "En Concert",
    "release_id": "ac3ff0bd-4a01-4dd2-a19b-ccd49a1deb38",
    "release_group_id": null,
    "labels": [
        "Virgin France/Tinder"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}