Information about plays

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

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

{
    "id": 1177561,
    "uri": "https://api.kexp.org/v2/plays/1177561/?format=api",
    "airdate": "2006-12-27T14:52:34-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51grFzRxZZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51grFzRxZZL._SL75_.jpg",
    "song": "Sally MacLennane",
    "track_id": "5d4b4d1c-502f-423f-992b-d1561a4c0989",
    "recording_id": null,
    "artist": "The Pogues",
    "artist_ids": [
        "d41a6875-b626-4c0f-89a1-aecb643d29ff"
    ],
    "album": "The Best of The Pogues",
    "release_id": "eb873617-caa5-43f9-8cdb-9cd02e17163a",
    "release_group_id": null,
    "labels": [
        "Warner Music UK"
    ],
    "label_ids": [
        "03ac1af2-2bbf-41e7-b9e4-5f4ec51e38a8"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}