Information about plays

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

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

{
    "id": 454278,
    "uri": "https://api.kexp.org/v2/plays/454278/?format=api",
    "airdate": "2001-08-10T16:48:45-07:00",
    "show": 7686,
    "show_uri": "https://api.kexp.org/v2/shows/7686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/71aHS%2BmW5WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/71aHS%2BmW5WL._SL75_.jpg",
    "song": "I.C. Timer",
    "track_id": null,
    "recording_id": null,
    "artist": "Les Savy Fav ",
    "artist_ids": [
        "c507bf8f-2ac0-47e5-b7c6-4afd61a977e2"
    ],
    "album": "ROME (Written Upside Down)",
    "release_id": "16228f2d-8905-47c6-943e-5d1dc47527fa",
    "release_group_id": null,
    "labels": [
        "Southern"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}