Information about plays

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

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

{
    "id": 429308,
    "uri": "https://api.kexp.org/v2/plays/429308/?format=api",
    "airdate": "2001-05-29T16:10:54-07:00",
    "show": 7215,
    "show_uri": "https://api.kexp.org/v2/shows/7215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GZABC855L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GZABC855L._SL75_.jpg",
    "song": "Co Fa",
    "track_id": "e6c56b01-b3a9-47fb-93b6-b4b5c554355a",
    "recording_id": null,
    "artist": "Keith Frank & The Soileau Zydeco Band",
    "artist_ids": [
        "0d75a41a-78af-4aa7-836e-198120f9a56d"
    ],
    "album": "Putumayo Presents: Zydeco",
    "release_id": "b6bf215a-f93f-4f78-939f-1f99ed9b06a5",
    "release_group_id": null,
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2000-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}