Information about plays

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

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

{
    "id": 454260,
    "uri": "https://api.kexp.org/v2/plays/454260/?format=api",
    "airdate": "2001-08-10T15:42:21-07:00",
    "show": 7686,
    "show_uri": "https://api.kexp.org/v2/shows/7686/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217H237M73L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217H237M73L._SL75_.jpg",
    "song": "You Put It on Me",
    "track_id": "1593a143-caad-4e36-887d-c1bc7f8e609a",
    "recording_id": null,
    "artist": "Lonnie Brooks",
    "artist_ids": [
        "b23aba18-7411-4f81-8f4c-2944f544fb74"
    ],
    "album": "Live at Pepper's, 1968",
    "release_id": "6d2a1a7f-6076-4fb9-8aa9-d4355965107d",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "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"
}