Information about plays

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

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

{
    "id": 1177542,
    "uri": "https://api.kexp.org/v2/plays/1177542/?format=api",
    "airdate": "2006-12-27T13:38:15-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HLf2CtD%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HLf2CtD%2BL._SL75_.jpg",
    "song": "Reputation",
    "track_id": "4158cac5-46bd-407e-a5c1-d5ac7dffcbf1",
    "recording_id": null,
    "artist": "The Ettes",
    "artist_ids": [
        "cbcfd7d2-9fcd-40dd-b8ab-93130dc1bac6"
    ],
    "album": "Shake the Dust",
    "release_id": "41b58b37-310f-498b-87ba-280456d131ba",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}