Information about plays

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

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

{
    "id": 429800,
    "uri": "https://api.kexp.org/v2/plays/429800/?format=api",
    "airdate": "2001-05-31T02:14:07-07:00",
    "show": 7224,
    "show_uri": "https://api.kexp.org/v2/shows/7224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-Tfcv7x-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-Tfcv7x-L._SL75_.jpg",
    "song": "Smell",
    "track_id": "a1c1d464-823d-4177-900a-777e284c7534",
    "recording_id": null,
    "artist": "The Dambuilders",
    "artist_ids": [
        "baf6c035-1e22-4a4c-ad4b-ea294fd41a1b"
    ],
    "album": "Encendedor",
    "release_id": "5c967711-db74-47cf-bd8d-b9e5b82a6ee4",
    "release_group_id": null,
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "1b65f6a5-8214-4add-b5ad-5af191b4572c"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}