Information about plays

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

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

{
    "id": 506771,
    "uri": "https://api.kexp.org/v2/plays/506771/?format=api",
    "airdate": "2002-01-14T00:16:00-08:00",
    "show": 8723,
    "show_uri": "https://api.kexp.org/v2/shows/8723/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21E7HC5A0YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21E7HC5A0YL._SL75_.jpg",
    "song": "Lumière",
    "track_id": "b23cafbc-bc36-418b-8312-8e7e1cf894cf",
    "recording_id": null,
    "artist": "Bernard Parmegiani",
    "artist_ids": [
        "3e3fbd8f-20b8-4f00-a1b2-8c14c9dd14f9"
    ],
    "album": "La Creation du Monde",
    "release_id": "26809730-e89d-4be7-8f88-73af97700b43",
    "release_group_id": null,
    "labels": [
        "INA/GRM"
    ],
    "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"
}