Information about plays

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

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

{
    "id": 530793,
    "uri": "https://api.kexp.org/v2/plays/530793/?format=api",
    "airdate": "2002-03-24T23:53:51-08:00",
    "show": 9191,
    "show_uri": "https://api.kexp.org/v2/shows/9191/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RF%2BNCvi8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RF%2BNCvi8L._SL75_.jpg",
    "song": "Soul Of Things, Variation II",
    "track_id": null,
    "recording_id": null,
    "artist": "Tomasz Stańko Quartet",
    "artist_ids": [
        "b526f421-0f6b-4e7d-a7fa-e1b3564f941b"
    ],
    "album": "Soul of Things",
    "release_id": "c6ac8085-8b46-4f7c-ab45-c7d62588b924",
    "release_group_id": null,
    "labels": [
        "ECM 1788"
    ],
    "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"
}