Information about plays

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

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

{
    "id": 501659,
    "uri": "https://api.kexp.org/v2/plays/501659/?format=api",
    "airdate": "2001-12-29T11:55:00-08:00",
    "show": 8614,
    "show_uri": "https://api.kexp.org/v2/shows/8614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415WCNPKBYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415WCNPKBYL._SL75_.jpg",
    "song": "Who the Cap Fit",
    "track_id": "a3bd8825-950a-4cb2-a039-17dbef1413ab",
    "recording_id": null,
    "artist": "Shinehead",
    "artist_ids": [
        "f9f9432b-a93a-4650-8e2d-46e43ba92287"
    ],
    "album": "Rough & Rugged",
    "release_id": "9767a97b-088b-4b7e-b6df-90ae4d770f36",
    "release_group_id": null,
    "labels": [
        "African Love Music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}