Information about plays

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

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

{
    "id": 1177738,
    "uri": "https://api.kexp.org/v2/plays/1177738/?format=api",
    "airdate": "2006-12-28T00:59:57-08:00",
    "show": 20651,
    "show_uri": "https://api.kexp.org/v2/shows/20651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511C8RFY18L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511C8RFY18L._SL75_.jpg",
    "song": "Selina's Melodie Fountain",
    "track_id": "d0cf297d-4c06-4371-8648-72951fb51f18",
    "recording_id": null,
    "artist": "Serena-Maneesh",
    "artist_ids": [
        "d577a0cb-1a93-461a-80eb-9da6c094884b"
    ],
    "album": "Serena-Maneesh",
    "release_id": "755d7b7a-3a98-48c8-b65d-d4e6a3464cc0",
    "release_group_id": null,
    "labels": [
        "Wiiija/Beggars Group"
    ],
    "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"
}