Information about plays

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

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

{
    "id": 430419,
    "uri": "https://api.kexp.org/v2/plays/430419/?format=api",
    "airdate": "2001-06-01T19:31:45-07:00",
    "show": 7234,
    "show_uri": "https://api.kexp.org/v2/shows/7234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41J0PHGWNKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41J0PHGWNKL._SL75_.jpg",
    "song": "Ain't Nobody Here but Us Chickens",
    "track_id": "1485ad50-42d5-4c3f-82ec-5c5dbbb0e53e",
    "recording_id": null,
    "artist": "Louis Jordan",
    "artist_ids": [
        "b8b30699-7814-4fd1-ab75-6f22f5da0fac"
    ],
    "album": "The Essential Collection",
    "release_id": "8015c851-6a5e-4a36-bf4f-94532c036f3a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}