Information about plays

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

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

{
    "id": 433696,
    "uri": "https://api.kexp.org/v2/plays/433696/?format=api",
    "airdate": "2001-06-11T22:53:20-07:00",
    "show": 7299,
    "show_uri": "https://api.kexp.org/v2/shows/7299/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MBFQYP0GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MBFQYP0GL._SL75_.jpg",
    "song": "Co-Prosperity Sphere",
    "track_id": "d1fe843b-49c6-4754-a556-6360736332c1",
    "recording_id": null,
    "artist": "Icebreaker International",
    "artist_ids": [
        "75339afb-1a97-4acb-bdbe-0bdf0abc3469"
    ],
    "album": "Distant Early Warning",
    "release_id": "e4ae5057-e134-45f3-87ef-cc62f741e0cf",
    "release_group_id": null,
    "labels": [
        "Aesthetics"
    ],
    "label_ids": [
        "8240a50f-9d17-44e8-b89e-83214493ba6e"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}