Information about plays

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

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

{
    "id": 454276,
    "uri": "https://api.kexp.org/v2/plays/454276/?format=api",
    "airdate": "2001-08-10T16:41:15-07:00",
    "show": 7686,
    "show_uri": "https://api.kexp.org/v2/shows/7686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JbJb13-pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JbJb13-pL._SL75_.jpg",
    "song": "Good for Me",
    "track_id": "e2fbe176-0626-4e79-a90d-43b84bafe513",
    "recording_id": null,
    "artist": "Phil Lee",
    "artist_ids": [
        "f636496c-a524-4cad-8325-6dd4ee0ad030"
    ],
    "album": "You Should Have Known Me Then",
    "release_id": "793f5bef-3e47-4855-a5e4-7bd99fe8f606",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}