Information about plays

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

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

{
    "id": 452189,
    "uri": "https://api.kexp.org/v2/plays/452189/?format=api",
    "airdate": "2001-08-04T15:42:00-07:00",
    "show": 7648,
    "show_uri": "https://api.kexp.org/v2/shows/7648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41H7JA46PEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41H7JA46PEL._SL75_.jpg",
    "song": "Drive-By Kiss",
    "track_id": "a4dbfc45-ab6f-45ee-92cd-7b1209f5c6e3",
    "recording_id": null,
    "artist": "The Dambuilders",
    "artist_ids": [
        "baf6c035-1e22-4a4c-ad4b-ea294fd41a1b"
    ],
    "album": "Ruby Red",
    "release_id": "af70f994-c670-44e1-abe6-441ed52bb6b4",
    "release_group_id": null,
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "1b65f6a5-8214-4add-b5ad-5af191b4572c"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}