Information about plays

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

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

{
    "id": 1177629,
    "uri": "https://api.kexp.org/v2/plays/1177629/?format=api",
    "airdate": "2006-12-27T18:34:23-08:00",
    "show": 20650,
    "show_uri": "https://api.kexp.org/v2/shows/20650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4183CVFZQKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4183CVFZQKL._SL75_.jpg",
    "song": "Gypsy Woman",
    "track_id": "09b55671-56cd-4ca8-b020-e769e823890b",
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Curtis Mayfield & The Impressions",
    "release_id": "2a81f33c-2672-4991-ad54-b8ce998be53a",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}