Information about plays

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

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

{
    "id": 452333,
    "uri": "https://api.kexp.org/v2/plays/452333/?format=api",
    "airdate": "2001-08-05T03:23:04-07:00",
    "show": 7652,
    "show_uri": "https://api.kexp.org/v2/shows/7652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NKJMFKF5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NKJMFKF5L._SL75_.jpg",
    "song": "Let It Whip",
    "track_id": "3f075211-5087-4f49-ad28-9b1cd03a4844",
    "recording_id": null,
    "artist": "Dazz Band",
    "artist_ids": [
        "c2a071d2-1dfc-4574-b9eb-9bd779fd0c7f"
    ],
    "album": "20th Century Masters - The Millennium Collection: The Best of the Dazz Band",
    "release_id": "9afe4193-b6d7-4925-bfca-92fdddcbd776",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}