Information about plays

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

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

{
    "id": 466898,
    "uri": "https://api.kexp.org/v2/plays/466898/?format=api",
    "airdate": "2001-09-17T00:05:27-07:00",
    "show": 7944,
    "show_uri": "https://api.kexp.org/v2/shows/7944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A3KQ9TDFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A3KQ9TDFL._SL75_.jpg",
    "song": "Nostalgia",
    "track_id": "369aa6a6-0043-4750-925f-e92a38d07d6b",
    "recording_id": null,
    "artist": "Fantcha",
    "artist_ids": [
        "d78c7719-af77-4fd9-baa0-0d08c86858dc"
    ],
    "album": "Criolinha",
    "release_id": "18353ea5-f4f9-4235-a4cb-47fc61541d52",
    "release_group_id": null,
    "labels": [
        "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"
}