Information about plays

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

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

{
    "id": 534145,
    "uri": "https://api.kexp.org/v2/plays/534145/?format=api",
    "airdate": "2002-04-03T07:14:37-08:00",
    "show": 9253,
    "show_uri": "https://api.kexp.org/v2/shows/9253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z43MN89FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z43MN89FL._SL75_.jpg",
    "song": "Sideshow by the Seashore",
    "track_id": null,
    "recording_id": null,
    "artist": "Luna",
    "artist_ids": [
        "dda04604-b50a-4bd1-8780-77564c659dc0"
    ],
    "album": "Penthouse",
    "release_id": "742967ce-dd8c-4f93-94b5-77c5098d95ae",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1995-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}